summarylogtreecommitdiffstats
path: root/get-changelog.sh
blob: a64dca4abfd47b286ddd1b543b8befdaee716a46 (plain)
1
2
3
4
5
6
7
#!/bin/sh

if [ -z "$1" ]; then
	echo ':: Missing argument'
else
	curl -LO "https://github.com/rallytools/rallyresttoolkitforpython/raw/$1/VERSIONS"
fi