ss-bbs/serv.sh

15 lines
97 B
Bash
Executable File

#!/bin/sh
PORT=7777
socat tcp-l:$PORT,reuseaddr,fork system:'tr -d "\r" | ./bbsui.sh'