1 2 3 4 5 6 7 8
#! /bin/bash python -m http.server & inotifywait -e modify,create,delete -r . -m \ | while read; do ./compile.sh done