Skip to content

Instantly share code, notes, and snippets.

@l0b0
Created December 7, 2010 14:22
Show Gist options
  • Select an option

  • Save l0b0/731828 to your computer and use it in GitHub Desktop.

Select an option

Save l0b0/731828 to your computer and use it in GitHub Desktop.

Revisions

  1. l0b0 revised this gist Dec 7, 2010. 1 changed file with 5 additions and 1 deletion.
    6 changes: 5 additions & 1 deletion test_asap.sh
    Original file line number Diff line number Diff line change
    @@ -1 +1,5 @@
    while true; do inotifywait -e modify,attrib,move,delete .; make test; done
    while true
    do
    inotifywait -e modify,attrib,move,delete .
    make test
    done
  2. l0b0 revised this gist Dec 7, 2010. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion test_asap.sh
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    while true; do inotifywait .; make test; done
    while true; do inotifywait -e modify,attrib,move,delete .; make test; done
  3. l0b0 created this gist Dec 7, 2010.
    1 change: 1 addition & 0 deletions test_asap.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    while true; do inotifywait .; make test; done