Created
August 18, 2020 13:02
-
-
Save belukov/cfca6f86955d5375e5d3aa3b38872a93 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| TARGET=${1:?"Usage $0 <path to root dir>"} | |
| find $TARGET -type d -exec chmod a+rx {} + |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment