4 lines
80 B
Bash
4 lines
80 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
HELIX_RUNTIME=/usr/lib64/helix/runtime exec /usr/lib64/helix/hx "$@"
|