buildpack/script/webconsole
2019-09-27 17:40:24 +03:00

8 lines
121 B
Bash
Executable file

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