From 0fd5755a1516682dba7aa4128a557f6ae9a62949 Mon Sep 17 00:00:00 2001 From: justuser Date: Fri, 10 Jan 2025 19:56:24 +0300 Subject: [PATCH] sync --- sync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 sync.sh diff --git a/sync.sh b/sync.sh old mode 100644 new mode 100755 index 7106803..84c8f65 --- a/sync.sh +++ b/sync.sh @@ -7,7 +7,7 @@ while true do #last_changed=$(find . -mmin -1) # Update if file changed 10 seconds ago -last_changed=$(find . -type f -newermt "10 seconds ago") +last_changed=$(find . -newermt "10 seconds ago") if [ "$last_changed" != "" ]; then git add * git commit -m 'sync'