changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra / scripts/get-cl.sh

changeset 339: b8fa25450726
parent: 989b1b4782dc
author: Richard Westhaver <ellis@rwest.io>
date: Sun, 21 Jul 2024 00:40:31 -0400
permissions: -rwxr-xr-x
description: tweak
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