Skip to content

Instantly share code, notes, and snippets.

@thomashan
Created October 18, 2019 04:49
Show Gist options
  • Save thomashan/e365888460cf9313d4fe54811dd4499c to your computer and use it in GitHub Desktop.
Save thomashan/e365888460cf9313d4fe54811dd4499c to your computer and use it in GitHub Desktop.

Revisions

  1. thomashan created this gist Oct 18, 2019.
    2 changes: 2 additions & 0 deletions change_permissions.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    find . -type f -exec chmod 644 {} \;
    find . -type d -exec chmod 755 {} \;