Files
K-Vault/scripts/bootstrap-env.sh

6 lines
126 B
Bash
Executable File

#!/usr/bin/env sh
set -eu
SCRIPT_DIR="$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)"
node "$SCRIPT_DIR/bootstrap-env.js" "$@"