chmod 755 scripts
This commit is contained in:
7
chmod_scripts.sh
Executable file
7
chmod_scripts.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
for f in $(find ./ -name '*.sh')
|
||||
do
|
||||
chmod a+x "$f"
|
||||
ls -lh "$f"
|
||||
done
|
||||
Reference in New Issue
Block a user