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