useless script

This commit is contained in:
Mario Hüttel 2018-04-06 18:19:41 +02:00
parent 0ad266f407
commit d3f8544318
1 changed files with 6 additions and 0 deletions

6
c/foo.sh Executable file
View File

@ -0,0 +1,6 @@
while [ 1 ]; do
for i in {0..5}; do
sudo ./prog $i
sleep 0.5
done
done