chmod +x fix

This commit is contained in:
STAM 2021-04-01 20:33:21 +03:00
parent 16211a5afe
commit 06b8c75942

4
bin/chmod.sh Executable file
View File

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