working version, for release
This commit is contained in:
8
ad-hoc-www-server
Executable file
8
ad-hoc-www-server
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd $( dirname $( readlink -f $0 ) )
|
||||
set -e
|
||||
. config.env
|
||||
|
||||
cd "$ADHOCSERVERROOT"
|
||||
python3 -m http.server $ADHOCSERVERPORT
|
||||
Reference in New Issue
Block a user