mirror of
https://github.com/kaboomserver/buildpack.git
synced 2025-08-06 04:02:57 +00:00
8 lines
121 B
Text
8 lines
121 B
Text
![]() |
#!/bin/sh
|
||
|
cd $HOME/plugins/WebConsole/client/
|
||
|
|
||
|
while true; do
|
||
|
python3 -m http.server $PORT --bind 0.0.0.0
|
||
|
sleep 1
|
||
|
done
|