Created
April 23, 2022 16:02
-
-
Save firedynasty/9d309662428b3e08c1c72cde7a7c52de to your computer and use it in GitHub Desktop.
how to use mac as a second screen
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function sendtodropbox() { | |
if [[ $# -eq 0 ]]; then | |
variable_1=$(cat sendtodropbox.txt) | |
rclone purge $variable_1 | |
rclone copy . $variable_1 | |
else | |
fi | |
} | |
sendtodropbox.txt has this text only: | |
dropbox:mac_mirror/screenshots. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment