bin/rl @ 75a6dea2de19

Subrepo
author Steve Losh <steve@stevelosh.com>
date Fri, 06 Nov 2020 11:00:18 -0500
parents 90aa89efde4f
children (none)
#!/usr/bin/env bash

set -euo pipefail

restic --repo /cryo/restic-ouroboros/repo \
       --password-file /home/sjl/.restic-password-local \
       "$@"