Skip to content

Instantly share code, notes, and snippets.

@craigw
Created August 23, 2009 17:50
Show Gist options
  • Save craigw/173358 to your computer and use it in GitHub Desktop.
Save craigw/173358 to your computer and use it in GitHub Desktop.
On your (always-connected) server.
$ screen -S irc
$ irssi
On your Mac.
$ cat ~/bin/irc
#! /usr/bin/env bash
ssh -t <server-ip-or-fqdn> $@ screen -xR irc
Setup key-based authentication then to connect to your session just type
irc in a terminal window. Win.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment