summarylogtreecommitdiffstats
path: root/hx.sh
blob: cdaaf273a527deccf2cddfc6feb4057cec055b48 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

# Copyright © 2022 Klaus Alexander Seistrup <klaus@seistrup.dk>
# Licensed under the GNU Affero General Public License v3+.
#
# Updated: 2023-10-26

exec helix "$@"
exit 127

# eof