Skip to content

Instantly share code, notes, and snippets.

@jrabbit
Created September 22, 2010 01:53
Show Gist options
  • Select an option

  • Save jrabbit/590982 to your computer and use it in GitHub Desktop.

Select an option

Save jrabbit/590982 to your computer and use it in GitHub Desktop.
#!/bin/bash
ii -i irc -n minecraftbot -s irc.freenode.net
echo "/j #subreddit"
mkfifo minecraft
tail -f 'irc/#subreddit/out' | grep "<*>" > minecraft
./server_mod.sh < minecraft | tee | grep "<*>" | 'irc/#subreddit/in'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment