changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > infra / scripts/get-cl.sh

revision 363: f35358f2f4ff
parent 362: e3072a5cbc2d
child 365: aaf412c55766
     1.1--- a/scripts/get-cl.sh	Tue Sep 03 20:41:20 2024 -0400
     1.2+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3@@ -1,7 +0,0 @@
     1.4-#!/usr/bin/env bash
     1.5-TARGETDIR=${1:-.stash/src/cl}
     1.6-hg clone https://vc.compiler.company/comp/cl $TARGETDIR
     1.7-pushd $TARGETDIR
     1.8-make
     1.9-# sudo make install
    1.10-popd