initial commit

This commit is contained in:
gnat
2025-02-19 13:10:05 -08:00
parent 9d52ebbbb1
commit 8db4f2f84e
9 changed files with 657 additions and 0 deletions

1
run.sh Executable file
View File

@ -0,0 +1 @@
socat tcp-listen:8000,bind=0.0.0.0,fork,reuseaddr 'exec:bash -c ./serve.sh'