Skip to content

Instantly share code, notes, and snippets.

@joemidi
Created January 18, 2016 11:48
Show Gist options
  • Save joemidi/452c793cc8349adafa77 to your computer and use it in GitHub Desktop.
Save joemidi/452c793cc8349adafa77 to your computer and use it in GitHub Desktop.
Unlock all folders
on run {input, parameters}
set currentFolder to POSIX path of input
do shell script ("/bin/chmod -R 777 " & quoted form of currentFolder)
return input
end run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment