Created
September 23, 2022 22:34
-
-
Save ultrox/ac8453118414ce746d53553b733e3f64 to your computer and use it in GitHub Desktop.
Download Latest Roc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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