nsbin/alive.sh

3 lines
64 B
Bash

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