From 034d58bf07c55fa5ae7a347defda8cbacf811027 Mon Sep 17 00:00:00 2001 From: mo khan Date: Wed, 6 Aug 2025 13:18:13 -0600 Subject: chore: update makefile and build scripts --- bin/mise | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 bin/mise (limited to 'bin/mise') diff --git a/bin/mise b/bin/mise new file mode 100755 index 0000000..7f6c85b --- /dev/null +++ b/bin/mise @@ -0,0 +1,13 @@ +#!/bin/sh + +set -e +[ -n "$DEBUG" ] && set -x + +cd "$(dirname "$0")/.." + +if ! command -v mise >/dev/null 2>&1; then + echo "Install mise: https://github.com/jdx/mise" + exit 1 +fi + +exec mise $@ -- cgit v1.2.3