escalator-web/watch.sh

5 lines
117 B
Bash
Executable File

#!/usr/bin/env bash
inotifywait -r -q -e close_write src/ -m | while read line; do
make www/js/escalator.js
done