Advertisement
Guest User

Untitled

a guest
Aug 18th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. on run {input, arguments}
  2. tell application "Finder"
  3. repeat with theItem in input
  4. set (locked of theItem) to not (locked of theItem)
  5. end repeat
  6. end tell
  7. return input
  8. end run
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement