mirror of
https://github.com/katelya77/K-Vault.git
synced 2026-06-01 11:32:10 +08:00
6 lines
126 B
Bash
Executable File
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" "$@"
|