mirror of https://github.com/nealey/irc-bot
4 lines
75 B
Plaintext
4 lines
75 B
Plaintext
|
#! /bin/sh
|
||
|
|
||
|
exec socat OPENSSL:127.0.0.1:6697,verify=0,keepalive EXEC:"$*"
|