changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra / scripts/get-sbcl.sh

changeset 229: 989b1b4782dc
parent: e69b070d4d47
child: ad4e0ebd3693
author: Richard Westhaver <ellis@rwest.io>
date: Sat, 25 May 2024 23:17:00 -0400
permissions: -rwxr-xr-x
description: scripts update
1 #!/usr/bin/env bash
2 # get SBCL source code
3 TARGETDIR=${1:-.stash/src/sbcl}
4 git clone https://vc.compiler.company/packy/sbcl.git $TARGETDIR