mirror of
https://github.com/djdevin/recflare.git
synced 2026-09-08 14:41:28 -07:00
Initial commit
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
set -eu
|
||||
|
||||
script_path="$(realpath "$(dirname "$0")/../src/bin/runx.cmd.ts")"
|
||||
|
||||
exec bun "$script_path" "$@"
|
||||
Reference in New Issue
Block a user