#!/bin/bash set -o errexit -o pipefail if ! has node; then gimme \ gcc \ git \ mise \ -- mise install node mise use -g node@latest fi