buildpack/script/webconsole
2019-09-21 07:03:13 +03:00

7 lines
118 B
Bash
Executable file

#!/bin/sh
cd $HOME/plugins/WebConsole/client/
while true; do
python3 -m http.server $PORT --bind $HOST
sleep 1
done