ss-bbs/serv.sh

8 lines
79 B
Bash
Executable File

#!/bin/bash
PORT=7777
socat tcp-l:$PORT,reuseaddr,fork system:'./bbsui.sh'