5 lines
188 B
Bash
Executable file
5 lines
188 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -Eeuo pipefail
|
|
|
|
SCRIPT_DIR="$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" && pwd)"
|
|
exec "${SCRIPT_DIR}/versions/02_intermediate_in_vault_sign_with_root-v1.0.sh" "$@"
|