buildpack/script/webconsole
2019-09-27 21:10:17 +03:00

8 lines
95 B
Bash
Executable file

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