Initial Push.
This commit is contained in:
9
home/.local/usr/bin/inotify_test_zig.sh
Executable file
9
home/.local/usr/bin/inotify_test_zig.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
while true; do
|
||||
inotifywait -e modify,create,delete -r ./build.zig ./build.zig.zon ./src/*
|
||||
clear
|
||||
echo "File change detected. Running tests..."
|
||||
zig build run
|
||||
echo "Waiting for changes..."
|
||||
done
|
||||
Reference in New Issue
Block a user