blob: 4c1c94e36be88db0e88199f735616783505570de [file] [log] [blame]
#!/bin/bash
while :
do
for i in 1 2 3 4 5 6 7 8 9 0
do
sleep 1 &
done
wait
done