changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra / scripts/install-sbcl-pack.sh

changeset 252: b98dcf45aae3
parent: 989b1b4782dc
child: 26539d346a67
author: Richard Westhaver <ellis@rwest.io>
date: Fri, 07 Jun 2024 21:59:07 +0000
permissions: -rwxr-xr-x
description: rm nuklear
1 #!/bin/sh
2 set -e
3 cd .stash/src
4 curl -O https://packy.compiler.company/dist/x86_64-unknown-linux-gnu/sbcl.tar.zst
5 unzstd sbcl.tar.zst
6 tar -xvf sbcl.tar
7 cd sbcl
8 sh install.sh