View Single Post
jedi's Avatar
Posts: 1,411 | Thanked: 1,330 times | Joined on Jan 2010 @ Tatooine
#2
The geek way to do it (in xterm):
Code:
while true; do sleep 20; echo "interval 1"; sleep 10; echo "interval 2"; done
 

The Following 2 Users Say Thank You to jedi For This Useful Post: