WIS-SEC-BOF/work/build.sh
2019-10-21 16:52:05 +02:00

7 lines
69 B
Bash
Executable File

#!/usr/bin/env sh
while inotifywait -e modify .
do
./make.sh
done