changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra / scripts/get-sk.sh

changeset 236: 7f1d2001df1d
parent: 077285a41626
author: Richard Westhaver <ellis@rwest.io>
date: Mon, 27 May 2024 04:15:48 +0000
permissions: -rwxr-xr-x
description: get-sk fix
1 #!/bin/sh
2 set -e
3 OUT="${1:-.stash}"
4 mkdir -pv $OUT
5 cd $OUT && curl -O https://packy.compiler.company/dist/x86_64-unknown-linux-gnu/bin/sk && chmod +x sk
6