changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra / scripts/get-ecl.sh

changeset 370: 6b92d9ffbc77
parent: 989b1b4782dc
author: Richard Westhaver <ellis@rwest.io>
date: Tue, 24 Sep 2024 15:04:11 -0400
permissions: -rwxr-xr-x
description: fixes
1 #!/usr/bin/env bash
2 # get ECL source code
3 TARGETDIR=${1:-.stash/src/ecl}
4 git clone https://vc.compiler.company/packy/ecl $TARGETDIR