1
0
Fork 0
jerdehl/bin/session

6 lines
59 B
Plaintext
Raw Normal View History

2023-12-10 15:09:53 +00:00
#!/bin/bash
while true; do
ls *.c | entr ./build.sh
done