docker-scripts/bin/chmod.sh
2021-04-01 20:33:21 +03:00

4 lines
107 B
Bash
Executable File

#!/bin/bash
cd ..
find . -name '*.sh' -type f | xargs chmod +x
find . -name '*.py' -type f | xargs chmod +x