bin/rl @ 958358268b7e

More
author Steve Losh <steve@stevelosh.com>
date Mon, 31 Jan 2022 21:28:01 -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 \
       "$@"