WIS-SEC-BOF/work/build.sh
Valentin Brandl 509935c9cd
Use Makefile
2019-10-28 11:45:51 +01:00

7 lines
64 B
Bash
Executable File

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