mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-26 22:55:44 +03:00
4 lines
107 B
Bash
4 lines
107 B
Bash
|
#!/bin/bash
|
||
|
cd ..
|
||
|
find . -name '*.sh' -type f | xargs chmod +x
|
||
|
find . -name '*.py' -type f | xargs chmod +x
|