imochoa / dotfiles

collection of the setting that I like as well as some scripts to automate the post-install setup process
MIT License
0 stars 0 forks source link

get latest git ver #111

Open imochoa opened 3 years ago

imochoa commented 3 years ago

ver=$(curl -sL https://api.github.com/repos/xxh/xxh/releases/latest | jq -r '.assets[].browser_download_url' | grep '.AppImage$' )