Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'contrib/hx_launcher.sh')
| -rwxr-xr-x | contrib/hx_launcher.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/hx_launcher.sh b/contrib/hx_launcher.sh new file mode 100755 index 00000000..148f7776 --- /dev/null +++ b/contrib/hx_launcher.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env sh + +HELIX_RUNTIME=/usr/lib/helix/runtime exec /usr/lib/helix/hx "$@" |