Guest User

Untitled

a guest
Nov 22nd, 2018
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. on run {input, parameters}
  2.     set theFileContents to read input
  3.     set theFileContents to text 1 thru ((offset of "@" in theFileContents) - 1) of theFileContents & "_1280x800.jpg"
  4.     return theFileContents
  5. end run
Add Comment
Please, Sign In to add comment