nsbin/alive.sh
Nico Schottelius d3c6e29902 Initial commit
2006-07-20 09:54:37 +02:00

2 lines
64 B
Bash

#!/bin/sh
while true; do echo alive..`date +%s` ; sleep 1; done