mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-25 22:25:40 +03:00
4 lines
107 B
Bash
Executable File
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 |