Skip to content

Instantly share code, notes, and snippets.

@djsutherland
Created August 4, 2010 22:58
Show Gist options
  • Save djsutherland/508948 to your computer and use it in GitHub Desktop.
Save djsutherland/508948 to your computer and use it in GitHub Desktop.
trivial "keepalive" script for ssh tunnel
#!/bin/sh
while true; do
$*
sleep 30
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment