Skip to content

Instantly share code, notes, and snippets.

@craigw
Created February 5, 2010 12:44
Show Gist options
  • Save craigw/295756 to your computer and use it in GitHub Desktop.
Save craigw/295756 to your computer and use it in GitHub Desktop.
Connecting to an IRC client running in a remote screen session.
#! /bin/sh
ssh -p 2202 -l craig -t barkingiguana.com $@ screen -xR irc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment