This website requires JavaScript.
Explore
Help
Sign In
vbrandl
/
WIS-SEC-BOF
Watch
1
Star
0
Fork
0
You've already forked WIS-SEC-BOF
Code
Issues
Pull Requests
Releases
Wiki
Activity
master
WIS-SEC-BOF
/
work
/
build.sh
7 lines
71 B
Bash
Raw
Permalink
Normal View
History
Unescape
Escape
Initial commit
2019-10-21 15:40:47 +02:00
#!/usr/bin/env sh
Listen for changes in `dot` directory
2019-12-10 20:35:57 +01:00
while
inotifywait -e modify . ./dot/
Initial commit
2019-10-21 15:40:47 +02:00
do
Use Makefile
2019-10-28 11:45:51 +01:00
make
Initial commit
2019-10-21 15:40:47 +02:00
done
Reference in New Issue
Copy Permalink