donothing.sh 59 Bytes
Newer Older
Tim Peters's avatar
Tim Peters committed
1 2 3 4 5 6
#!/bin/sh
while [ "1" -ne "2" ]; do
   sleep 10
done