mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-12 18:13:54 +00:00
show version name
This commit is contained in:
parent
63193c4b3f
commit
d91285d583
|
@ -6,6 +6,7 @@ if [[ -n $1 ]] ; then
|
||||||
version=$1
|
version=$1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
echo "downloading bbgo $version"
|
||||||
curl -L -o bbgo https://github.com/c9s/bbgo/releases/download/$version/bbgo-$osf
|
curl -L -o bbgo https://github.com/c9s/bbgo/releases/download/$version/bbgo-$osf
|
||||||
chmod +x bbgo
|
chmod +x bbgo
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user