irc-bot/bot

8 lines
163 B
Bash
Executable File

#! /bin/sh
nickname=$1; export nickname
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