Web server test

This commit is contained in:
mathiascode 2019-09-27 21:10:17 +03:00
parent 21f8086505
commit c11855b008
2 changed files with 1 additions and 10 deletions

View file

@ -1,9 +0,0 @@
#!/bin/bash
tmux attach -t server
#client=$RANDOM
#window=$RANDOM
#tmux/bin/tmux new-session -d -t server -s $client
#tmux/bin/tmux new-window -n $window
#tmux/bin/tmux send-keys -t $client $@
#tmux/bin/tmux attach -t $client

View file

@ -1,5 +1,5 @@
#!/bin/sh
cd $HOME/plugins/WebConsole/client/
cd $HOME/
while true; do
python3 -m http.server $PORT --bind 0.0.0.0