.
This commit is contained in:
8
.functions/restic.sh
Normal file
8
.functions/restic.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
function restic(){
|
||||
# shellcheck disable=SC1090
|
||||
source "$HOME"/.restic/restic.env
|
||||
/usr/bin/restic --cacert="$HOME"/.restic/cert.pem "$@"
|
||||
}
|
||||
|
Reference in New Issue
Block a user