mail4one/jsdev/restart.sh

12 lines
153 B
Bash
Raw Permalink Normal View History

2023-07-02 23:48:04 -04:00
#!/bin/sh
# kill "$(cat current.pid)"
# echo "starting python server"
python3 -m http.server
# echo $! > current.pid
# echo "started python server"