From 05c9b286e6ff42a25fe870c4319f4d2145005a1c Mon Sep 17 00:00:00 2001 From: mrjvs Date: Tue, 16 Sep 2025 19:01:15 +0200 Subject: [PATCH] feat: add util script to start BOSS CLI --- boss | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 boss diff --git a/boss b/boss new file mode 100755 index 0000000..ee2c2a6 --- /dev/null +++ b/boss @@ -0,0 +1,2 @@ +#!/bin/bash +exec node --enable-source-maps dist/cli/cli.js $*