mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
add download script
This commit is contained in:
parent
70479bfd16
commit
e1af4011e4
8
scripts/download.sh
Executable file
8
scripts/download.sh
Executable file
|
@ -0,0 +1,8 @@
|
||||||
|
#!/bin/bash
|
||||||
|
osf=$(uname | tr '[:upper:]' '[:lower:]')
|
||||||
|
version=v1.5.0
|
||||||
|
|
||||||
|
echo "Downloading bbgo"
|
||||||
|
curl -L -o bbgo https://github.com/c9s/bbgo/releases/download/$version/bbgo-$osf
|
||||||
|
chmod +x bbgo
|
||||||
|
echo "Binary downloaded"
|
Loading…
Reference in New Issue
Block a user