bin/rl @ 61707f342104

Merge.
author Steve Losh <steve@stevelosh.com>
date Sun, 09 Feb 2020 18:09:14 -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 \
       "$@"