fix trading pair, loading scripts

This commit is contained in:
Oleg Sheynin
2025-07-20 18:11:45 +00:00
parent fb3dc68a1d
commit 28386cdf12
4 changed files with 15 additions and 5 deletions
+6 -1
View File
@@ -16,7 +16,12 @@ cd $(realpath $(dirname $0))/..
mkdir -p ./data/crypto
pushd ./data/crypto
Cmd="rsync -ahvv cvtt@hs01.cvtt.vpn:/works/cvtt/md_archive/crypto/sim/*.gz ./"
Files=$1
if [ -z "$Files" ]; then
Files="*.gz"
fi
Cmd="rsync -ahvv cvtt@hs01.cvtt.vpn:/works/cvtt/md_archive/crypto/sim/${Files} ./"
echo $Cmd
eval $Cmd
# -------------------------------------