Skip to content

Instantly share code, notes, and snippets.

@fusionstrings
Created June 24, 2014 06:24
Show Gist options
  • Save fusionstrings/26553945be06b60c463d to your computer and use it in GitHub Desktop.
Save fusionstrings/26553945be06b60c463d to your computer and use it in GitHub Desktop.
Useful commands
// set permission
sudo chmod -R ug+rw
// delete recursive files and folders without prompt
rm -rf example
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment