2021-02-25 15:00:00 -05:00

14 lines
158 B
Bash
Executable File

#! /bin/bash
set -e
tput reset
printf "%s\n" "Restoring…"
. qr-restore.sh
if [ -n "$secret" ]; then
printf "%s\n" "Backing up…"
. qr-backup.sh
fi