Skip to content

Instantly share code, notes, and snippets.

@kanru
Created September 4, 2012 02:58
Show Gist options
  • Save kanru/3616050 to your computer and use it in GitHub Desktop.
Save kanru/3616050 to your computer and use it in GitHub Desktop.
irc connection script
#!/bin/sh
if ping -c1 -q kanru.info > /dev/null 2>&1; then
ssh -C -f -L 6667:localhost:6667 kanru.info sleep 10
weechat-curses
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment