bin/rl @ b324801ea16a

More
author Steve Losh <steve@stevelosh.com>
date Fri, 14 Apr 2023 15:01:35 -0400
parents 90aa89efde4f
children (none)
#!/usr/bin/env bash

set -euo pipefail

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