mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-24 22:37:59 +02:00
12 lines
72 B
Bash
12 lines
72 B
Bash
sleep 5 &
|
|
sleep 5 &
|
|
sleep 5 &
|
|
|
|
echo wait 1
|
|
wait
|
|
|
|
echo wait 2
|
|
wait
|
|
|
|
exit
|