#!/bin/sh if [ $# -ne 0 ] then echo "not the right usage" exit 1 fi while true do sleep 20 done