Skip to content

Instantly share code, notes, and snippets.

@adrienthebo
Created February 10, 2012 06:00
Show Gist options
  • Save adrienthebo/1787069 to your computer and use it in GitHub Desktop.
Save adrienthebo/1787069 to your computer and use it in GitHub Desktop.
sed -e '1i\
user literarybot foo foo literarybot' -e 'i2\
nick literarybot' -e '3i\
join #example' -ne '/^[[:space:]]*$/d' -ne 's/^/PRIVMSG #example :/p' < input.txt| while read line; do sleep 1; echo $line; done | nc irc.freenode.net 6667
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment