Skip to content

Instantly share code, notes, and snippets.

@rredpoppy
Created September 29, 2014 06:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rredpoppy/5f24f001c6bcaf91198b to your computer and use it in GitHub Desktop.
Save rredpoppy/5f24f001c6bcaf91198b to your computer and use it in GitHub Desktop.
Change permissions of all files
#!/bin/bash
find . -type f -print0 | xargs -0 chmod 644
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment