Created
October 22, 2015 04:10
-
-
Save seanc/4750112bb5c4cc10c5f3 to your computer and use it in GitHub Desktop.
Most useful command ever like.. ever.
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
#Thanks http://stackoverflow.com/a/31249949 | |
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