mirror of
https://github.com/nealey/irc-bot
synced 2025-01-08 12:20:35 -07:00
6 lines
87 B
Bash
Executable file
6 lines
87 B
Bash
Executable file
#! /bin/sh
|
|
|
|
while true; do
|
|
tcpclient woozle.org 6667 ./bot cobalt
|
|
sleep 5
|
|
done
|