mirror of
https://github.com/djdevin/recflare.git
synced 2026-09-08 06:31:27 -07:00
7 lines
116 B
Bash
Executable File
7 lines
116 B
Bash
Executable File
#!/bin/sh
|
|
set -eu
|
|
|
|
script_path="$(realpath "$(dirname "$0")/../src/bin/runx.cmd.ts")"
|
|
|
|
exec bun "$script_path" "$@"
|