burrow-pi-img/mod_scripts.sh

4 lines
78 B
Bash
Raw Normal View History

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