#! /bin/bash python -m http.server & inotifywait -e modify,create,delete -r . -m \ | while read; do ./compile.sh done