Last active
October 17, 2019 20:47
-
-
Save jlollis/5ade05a3bcb0cc696bc8c0c813197003 to your computer and use it in GitHub Desktop.
recursive gitkeep in bash
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find . -type d -empty -not -path "./.git/*" -exec touch {}/.gitkeep \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment