Update script.

This commit is contained in:
Justin Alpine Hsu 2023-03-11 14:18:16 -05:00
parent b2a2fdef17
commit de418a1112
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/bash #!/bin/bash
find . -type d -exec chmod a+rx {} \; find . -type d -exec chmod a+rx {} \;
find . -type f -exec chmod a+r {} \; find . -type f -exec chmod a+r {} \;