5 lines
49 B
Plaintext
5 lines
49 B
Plaintext
|
sleep 3 & sleep 2 & sleep 1
|
||
|
wait $!
|
||
|
echo $?
|
||
|
jobs
|