1
0
Fork 0
jerdehl/bin/session

6 lines
59 B
Bash
Executable File

#!/bin/bash
while true; do
ls *.c | entr ./build.sh
done