Auto-commit on file change

This commit is contained in:
root 2025-04-07 09:54:14 +00:00
parent 2749e92732
commit f255ef9e37

View File

@ -1,7 +0,0 @@
#!/bin/bash
while inotifywait -r -e modify,create,delete .; do
git add .
git commit -m "Auto-commit on file change"
git push -uf origin main
done