Skip to content

Instantly share code, notes, and snippets.

@Mike-Dunton
Mike-Dunton / vault-copy-unwrap.sh
Created July 6, 2018 21:43 — forked from aelindeman/vault-copy-unwrap.sh
vault with copy, move, and token-unwrap-to-path
#!/bin/bash
set -eo pipefail
export VAULT_BIN="$HOME/.local/bin/vault-0.10.3" # or wherever you've installed vault
oopsie() {
echo "usage: $*"
exit 1
}