#!/bin/sh # hi bootstrap — fetch the runtime, hand over to hi.sh (it installs itself) set -eu t="$(mktemp -d)" curl -fsSL https://hihi.sh/hi.tar.gz | tar -xz -C "$t" --strip-components=1 "$t/hi.sh" rm -rf "$t"