chmodAll.sh 82 B

123
  1. #!/bin/bash
  2. ROOT=$(cd `dirname $0`/; pwd)
  3. find $ROOT -name "*.sh" | xargs chmod +x