Sun Knudsen 04419bc75b
Improved encrypted paper backup guide
Added secret confirmation, BIP39 test and word split features
2021-02-25 14:03:38 -05:00

12 lines
146 B
Bash
Executable File

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