This commit is contained in:
2024-07-22 12:59:53 -04:00
parent 4d5806f3eb
commit 0b437a1d60
11 changed files with 304 additions and 16 deletions
+1 -2
View File
@@ -6,8 +6,6 @@ usage() {
exit 1
}
echo "SHELL=${SHELL}"
DbHost=""
Date=""
Schemas=coinbase,bnbspot,bnbfut
@@ -35,6 +33,7 @@ while getopts ":h:d:s:" opt; do
done
if [ -z "${DbHost}" ] || [ -z "$Date" ]; then
echo "DbHost=${DbHost} Date=${Date}. Cmdline: ${*}"
usage
fi