working version, for release

This commit is contained in:
2019-07-09 10:17:00 +03:00
parent da5c54017c
commit 97070ebe30
12 changed files with 200 additions and 111 deletions

8
ad-hoc-www-server Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
cd $( dirname $( readlink -f $0 ) )
set -e
. config.env
cd "$ADHOCSERVERROOT"
python3 -m http.server $ADHOCSERVERPORT