nsbin/alive.sh

3 lines
64 B
Bash
Raw Normal View History

2006-07-20 07:54:37 +00:00
#!/bin/sh
while true; do echo alive..`date +%s` ; sleep 1; done