utils
This commit is contained in:
6
utils/.local/bin/perm
Executable file
6
utils/.local/bin/perm
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# TODO permissions via arguments
|
||||
|
||||
find . -type f -exec chmod 0664 {} +
|
||||
find . -type d -exec chmod 0775 {} +
|
||||
Reference in New Issue
Block a user