Added script for making .sh files executable

This commit is contained in:
Charles Cross 2016-05-05 15:08:58 -07:00
parent 84c0305b45
commit 0c5b770233

3
mod_scripts.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
find ./ -path ./work -prune -o -name "*.sh" -exec chmod +x {} \;