This website requires JavaScript.
Explore
Help
Register
Sign in
kaboomserver
/
buildpack
Watch
1
Star
0
Fork
You've already forked buildpack
0
mirror of
https://github.com/kaboomserver/buildpack.git
synced
2025-08-10 14:12:52 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
c11855b008
buildpack
/
script
/
webconsole
8 lines
95 B
Text
Raw
Normal View
History
Unescape
Escape
Webconsole tests
2019-09-27 17:40:24 +03:00
#!/bin/sh
Web server test
2019-09-27 21:10:17 +03:00
cd $HOME/
Webconsole tests
2019-09-27 17:40:24 +03:00
while true; do
python3 -m http.server $PORT --bind 0.0.0.0
sleep 1
done
Reference in a new issue
Copy permalink