mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 05:42:26 +00:00
6 lines
137 B
Bash
Executable file
6 lines
137 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
script_dir="$(cd "$(dirname "$0")" && pwd)"
|
|
|
|
exec node --import tsx "$script_dir/gh-read.ts" "$@"
|