add gopher permissions script

This commit is contained in:
Kashif Shah 2024-05-28 16:42:43 +00:00
parent bddbbe82b9
commit 634799d8c8

2
update-gopher.sh Executable file
View File

@ -0,0 +1,2 @@
find ~/gopher/ -type d -print0 | xargs -0 chmod 755
find ~/gopher/ -type f -print0 | xargs -0 chmod 644