backup-gdrive.sh 106 B

1234
  1. #!/bin/sh
  2. echo "Backup Google Drive, running as $(id)"
  3. download-gdrive.sh || exit 10
  4. backup.sh || exit 11