Added script for making .sh files executable
This commit is contained in:
parent
84c0305b45
commit
0c5b770233
3
mod_scripts.sh
Executable file
3
mod_scripts.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
find ./ -path ./work -prune -o -name "*.sh" -exec chmod +x {} \;
|
Loading…
Reference in New Issue
Block a user