Skip to content

Instantly share code, notes, and snippets.

@possan
Created June 4, 2012 12:03
Show Gist options
  • Save possan/2867946 to your computer and use it in GitHub Desktop.
Save possan/2867946 to your computer and use it in GitHub Desktop.
Colloquy walkie talkie script (bash part)
tail -f ~/Documents/Colloquy\ Transcripts/* | awk 'BEGIN{FS="</event>";OFS="</event>\n\n"}{$1=$1}1' | python parse.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment