Advertisement
Guest User

Script

a guest
Jan 20th, 2013
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. set i to 14
  2. repeat 128 times
  3.     set x to 0
  4.     repeat 14 times
  5.         do shell script "cp \"/Users/arthur/Pictures/party hard/b93-" & x & ".png\" \"/Users/arthur/Pictures/party hard/b93-" & i & ".png\""
  6.         set x to x + 1
  7.         set i to i + 1
  8.     end repeat
  9. end repeat
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement