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