Added script for making .sh files executable

pull/5/head
Charles Cross 2016-05-05 15:08:58 -07:00
parent 84c0305b45
commit 0c5b770233
1 changed files with 3 additions and 0 deletions

3
mod_scripts.sh Executable file
View File

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