From 634799d8c89d69c679404e14ed0ffd1cf91ba808 Mon Sep 17 00:00:00 2001 From: Kashif Shah Date: Tue, 28 May 2024 16:42:43 +0000 Subject: [PATCH] add gopher permissions script --- update-gopher.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 update-gopher.sh diff --git a/update-gopher.sh b/update-gopher.sh new file mode 100755 index 0000000..b720914 --- /dev/null +++ b/update-gopher.sh @@ -0,0 +1,2 @@ +find ~/gopher/ -type d -print0 | xargs -0 chmod 755 +find ~/gopher/ -type f -print0 | xargs -0 chmod 644