#!/usr/bin/env bash set -euxo pipefail curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | bash -s -- --to /usr/local/bin exit 0