buildpack/script/webconsole
mathiascode 84059085a5 Test
2019-09-27 21:13:42 +03:00

8 lines
133 B
Bash
Executable file

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