mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-26 06:35:40 +03:00
chmod +x fix
This commit is contained in:
parent
16211a5afe
commit
06b8c75942
4
bin/chmod.sh
Executable file
4
bin/chmod.sh
Executable file
@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
cd ..
|
||||||
|
find . -name '*.sh' -type f | xargs chmod +x
|
||||||
|
find . -name '*.py' -type f | xargs chmod +x
|
Loading…
Reference in New Issue
Block a user