Call signals by names in cpuctl test
[ltp-debian.git] / testscripts / adp_children.sh
blob4c1c94e36be88db0e88199f735616783505570de
1 #!/bin/bash
3 while :
4 do
5 for i in 1 2 3 4 5 6 7 8 9 0
6 do
7 sleep 1 &
8 done
10 wait
11 done