Created
May 7, 2019 10:09
-
-
Save peko/9ff1e04d13e366afdb9ae450f77cb3f4 to your computer and use it in GitHub Desktop.
Revisions
-
peko created this gist
May 7, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ watch_files=*.c while inotifywait -e close_write $watch_files do # build commands done