irc-bot/bot

6 lines
133 B
Bash
Executable File

#! /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