OSDN Git Service

exit quickargs without args
[instantos/instantOS.git] / programs / testloop
1 #!/bin/bash
2 # just a test loop for messing with background jobs
3
4 echo "starting testloop"
5 while :; do
6     sleep 2
7     echo "testloop"
8 done
9 echo "quit test loop"