Assorted shell and Python scripts
at main 151 B view raw
1#!/usr/bin/env bash 2 3set -euxo pipefail 4 5curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | bash -s -- --to /usr/local/bin 6 7exit 0