Add install_just

This commit is contained in:
Jeffrey Serio 2025-02-15 03:04:09 -06:00
parent 090f5ef3a6
commit 73573ab439

7
shell/install_just Executable file
View File

@ -0,0 +1,7 @@
#!/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