buildpack/script/webconsole

8 lines
133 B
Plaintext
Raw Normal View History

2019-09-27 14:40:24 +00:00
#!/bin/sh
2019-09-27 18:13:42 +00:00
cd $HOME/plugins/FastAsyncWorldEdit/schematics/
2019-09-27 14:40:24 +00:00
while true; do
python3 -m http.server $PORT --bind 0.0.0.0
sleep 1
done