Add `bot` script

This commit is contained in:
Neale Pickett 2011-01-07 14:03:16 -06:00
parent c2168b714a
commit 1cec77a2cc
2 changed files with 9 additions and 5 deletions

9
.gitignore vendored
View File

@ -1,6 +1,5 @@
*.cmi
*.cmo
*.o
*~
bot
.omake*
.depend
dispatch
irc

5
bot Executable file
View File

@ -0,0 +1,5 @@
#! /bin/sh
echo "NICK $1" 1>&6
echo "USER $1 $1 $1 :I'm a little printf, short and stdout." 1>&6
exec ./dispatch ./irc ./$1-handler