SyntaxFix
Write A Post
Hire A Developer
Questions
Recursively create .gitkeep files
find . -type d -empty -not -path "./.git/*" -exec touch {}/.gitkeep \;