11 lines
72 B
Bash
11 lines
72 B
Bash
sleep 5 &
|
|
sleep 5 &
|
|
sleep 5 &
|
|
|
|
echo wait 1
|
|
wait
|
|
|
|
echo wait 2
|
|
wait
|
|
|
|
exit
|