#!/bin/sh # nothing - do almost nothing # Andrew Ho (andrew@zeuscat.com) # # This script does nothing. It's useful as a safe script to connect # a passphrase-less SSH command key to (for SSH tunnelling), or as a # terminal keep-alive script. while [ 1 ]; do /bin/echo -n . sleep 3 done