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