Skip to content

Instantly share code, notes, and snippets.

@firedynasty
Created August 27, 2021 02:14
Show Gist options
  • Save firedynasty/8fd8a7daf6fe599156d95560dcc94e33 to your computer and use it in GitHub Desktop.
Save firedynasty/8fd8a7daf6fe599156d95560dcc94e33 to your computer and use it in GitHub Desktop.
rclone_dropbox
function dropbox () {
    if [[ $# -eq 0 ]]; then
        echo 'need parameter'
        echo 'dropbox_delete_screenshots_2'
    else
        rclone copy $@ dropbox:screenshots_macbook2
    fi 

}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment