Skip to content

Instantly share code, notes, and snippets.

@shawnfeng0
Created April 13, 2021 07:32
Show Gist options
  • Save shawnfeng0/e5a5b5ebf6283cc017f89f7f4132a0b6 to your computer and use it in GitHub Desktop.
Save shawnfeng0/e5a5b5ebf6283cc017f89f7f4132a0b6 to your computer and use it in GitHub Desktop.
Create .gitkeep file to empty directory
find -type d -empty | xargs -t -L1 -I _ touch _/.gitkeep
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment