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