Cherry pick updated OpenSSH from the 'msys' branch
[msysgit.git] / bin / download-stats.sh
blob4eebe02fc7b5ff001a7b2de08e95421e90c9e30e
1 #!/bin/sh
3 # This script shows the download stats on GitHub. Update the id using the
4 # output of curl -s https://api.github.com/repos/msysgit/msysgit/releases/
6 # 1.9.2
7 #id=${1:-268568}
8 # 1.9.4
9 id=${1:-371088}
11 curl -s https://api.github.com/repos/msysgit/msysgit/releases/$id/assets |
12 grep -e '"name":' -e '"download_count":'