Skip to content

Instantly share code, notes, and snippets.

@tsanghan
Last active August 24, 2022 07:57
Show Gist options
  • Save tsanghan/45adc3351985713d29184c4a6be3f461 to your computer and use it in GitHub Desktop.
Save tsanghan/45adc3351985713d29184c4a6be3f461 to your computer and use it in GitHub Desktop.
Download bat
curl -s https://api.github.com/repos/sharkdp/bat/releases/latest \
| grep "browser_download_url.*tar.gz" \
| grep "musl" | grep "x86_64" \
| cut -d : -f 2,3 \
| tr -d \" \
| sed "s/^\(.*\)$/url = \1/" \
| curl -sSLOK -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment