buildpack/script/webconsole

8 lines
95 B
Text
Raw Normal View History

2019-09-27 17:40:24 +03:00
#!/bin/sh
2019-09-27 21:10:17 +03:00
cd $HOME/
2019-09-27 17:40:24 +03:00
while true; do
python3 -m http.server $PORT --bind 0.0.0.0
sleep 1
done