diff --git a/bin/chmod.sh b/bin/chmod.sh new file mode 100755 index 000000000..397510aa9 --- /dev/null +++ b/bin/chmod.sh @@ -0,0 +1,4 @@ +#!/bin/bash +cd .. +find . -name '*.sh' -type f | xargs chmod +x +find . -name '*.py' -type f | xargs chmod +x \ No newline at end of file