socat stuff sorted

This commit is contained in:
lickthecheese 2020-05-20 18:16:37 -04:00
parent 93c1454476
commit b36b12dee0
4 changed files with 9 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
data/
data/*

0
LICENSE Normal file → Executable file
View File

0
README.md Normal file → Executable file
View File

7
serv.sh Executable file
View File

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