Skip to content

Instantly share code, notes, and snippets.

@juntaki
Created February 24, 2019 08:29
Show Gist options
  • Save juntaki/7d1025c5c77c50fac2533e37460c1cb0 to your computer and use it in GitHub Desktop.
Save juntaki/7d1025c5c77c50fac2533e37460c1cb0 to your computer and use it in GitHub Desktop.
#!/bin/bash
inotifywait -q -m -e close_write articles/*.re |
while read -r filename event; do
./build-in-docker.sh
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment