#!/bin/bash restoreDir="$HOME/.borgmatic/restore" mkdir -p "$restoreDir" pushd "$restoreDir" || exit brew bundle dump cat > "${restoreDir}/restore.sh" <