You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
194 B

#!/bin/bash
curl -s https://api.github.com/repos/mattermost/desktop/releases/latest \
| grep "browser_download_url.*tar.gz" \
| cut -d : -f 2,3 \
| tr -d \" \
| tr -d " " \
| grep x64