Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

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