irc-bot/cobalt

7 lines
87 B
Bash
Executable File

#! /bin/sh
while true; do
tcpclient woozle.org 6667 ./bot cobalt
sleep 5
done