Skip to content

Instantly share code, notes, and snippets.

@ultrox
Created September 23, 2022 22:34
Show Gist options
  • Save ultrox/ac8453118414ce746d53553b733e3f64 to your computer and use it in GitHub Desktop.
Save ultrox/ac8453118414ce746d53553b733e3f64 to your computer and use it in GitHub Desktop.
Download Latest Roc
curl -s https://api.github.com/repos/roc-lang/roc/releases|jq -r '.[0].assets [0].browser_download_url'|xargs -n1 -I % curl -L % --output roc_nightly.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment