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
#!/bin/sh | |
set -x | |
#input sharelink here. Example: https://drive.google.com/folderview?id=0B1g-MbiD2F6vdtOT92b3MoerO&usp=sharing | |
# SHARELINK="https://drive.google.com/folderview?id=idU&usp=sharing" | |
SHARELINK="https://drive.google.com/folderview?id=0B8HjeRxyzNm7RjZIdDFVWHkxeXM&usp=sharing" | |
DESTINATION="/mnt/onboard/gdrive" | |
# Change following to false when you don't want to delete files when they are missing from google drive. This can |