Skip to content

Instantly share code, notes, and snippets.

@nandomoreirame
Last active August 29, 2015 14:21
Show Gist options
  • Save nandomoreirame/4d50f85a6bf516572cc8 to your computer and use it in GitHub Desktop.
Save nandomoreirame/4d50f85a6bf516572cc8 to your computer and use it in GitHub Desktop.
find . -name "node_modules" -exec rm -rf '{}' +
find . -name ".git" -exec rm -rf '{}' +
sudo zip -r backup-desktop-dd-mm-YYYY.zip ./
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment