WIS-SEC-BOF/work/build.sh
2019-12-10 20:35:57 +01:00

7 lines
71 B
Bash
Executable File

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