escalator-web/watch.sh

5 lines
117 B
Bash
Raw Normal View History

2018-08-20 17:22:33 +02:00
#!/usr/bin/env bash
inotifywait -r -q -e close_write src/ -m | while read line; do
make www/js/escalator.js
done