show version name

This commit is contained in:
c9s 2020-12-29 17:47:49 +08:00
parent 63193c4b3f
commit d91285d583

View File

@ -6,6 +6,7 @@ if [[ -n $1 ]] ; then
version=$1
fi
echo "downloading bbgo $version"
curl -L -o bbgo https://github.com/c9s/bbgo/releases/download/$version/bbgo-$osf
chmod +x bbgo