Skip to content

Instantly share code, notes, and snippets.

@russomi
Created February 8, 2015 18:37
Show Gist options
  • Save russomi/8c001d35f29d00b701ac to your computer and use it in GitHub Desktop.
Save russomi/8c001d35f29d00b701ac to your computer and use it in GitHub Desktop.
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