mirror of
https://github.com/garrytan/gstack.git
synced 2026-09-21 12:20:48 +02:00
6 lines
153 B
Bash
Executable File
6 lines
153 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
SCRIPT_DIR=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd -P)
|
|
exec bun "$SCRIPT_DIR/../lib/redact-audit-log.ts" "$@"
|