mirror of https://github.com/nealey/irc-bot
4 lines
52 B
Plaintext
4 lines
52 B
Plaintext
|
#! /bin/sh
|
||
|
|
||
|
exec socat TCP:"$server":6667 EXEC:"$*"
|