changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra / scripts/get-cl.sh

changeset 362: e3072a5cbc2d
parent: 989b1b4782dc
author: Richard Westhaver <ellis@rwest.io>
date: Tue, 03 Sep 2024 20:41:20 -0400
permissions: -rwxr-xr-x
description: oops
1 #!/usr/bin/env bash
2 TARGETDIR=${1:-.stash/src/cl}
3 hg clone https://vc.compiler.company/comp/cl $TARGETDIR
4 pushd $TARGETDIR
5 make
6 # sudo make install
7 popd