mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-12 17:35:58 +00:00
7 lines
137 B
Bash
Executable File
7 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" "$@"
|