Skip to content

Instantly share code, notes, and snippets.

@shapeshed
Last active December 22, 2015 22:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shapeshed/6539059 to your computer and use it in GitHub Desktop.
Save shapeshed/6539059 to your computer and use it in GitHub Desktop.
irc reader for ii
tail -f out | perl -pe 's/^[0-9-]* //g;s/<.*> /\e[0;34m$&\e[0m/g;'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment