docker-scripts/bin/chmod.sh

4 lines
107 B
Bash
Raw Normal View History

2021-04-01 20:33:21 +03:00
#!/bin/bash
cd ..
find . -name '*.sh' -type f | xargs chmod +x
find . -name '*.py' -type f | xargs chmod +x