3 lines
86 B
Bash
3 lines
86 B
Bash
find docker-compose/ -type d -empty -not -path "./.git/*" -exec touch
|
|
{}/.gitkeep \;
|
find docker-compose/ -type d -empty -not -path "./.git/*" -exec touch
|
|
{}/.gitkeep \;
|