Advertisement
Guest User

Untitled

a guest
Aug 17th, 2019
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. repeat with this_id from 1 to 5375
  2.    
  3.     set this_url to "https://chinesefontdesign.com/getfile/" & this_id
  4.    
  5.     set this_command to "/usr/local/bin/wget --trust-server-names -P \"/Volumes/WesternDigital4/Documents/ChineseFonts/\" \"" & this_url & "\""
  6.     --set this_command to "curl \"" & this_url & "\""
  7.    
  8.     do shell script this_command
  9. end repeat
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement