c23bfc5a82
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
2 lines
64 B
Bash
2 lines
64 B
Bash
#!/bin/sh
|
|
while true; do echo alive..`date +%s` ; sleep 1; done
|