#!/bin/sh account=$1 project=$2 tag=$3 echo https://github.com/$account/$project/releases/download/$tag/$project-${tag#v}.tar.gz