From be79c098d425b3c66a91db1b486c2d6cea92849d Mon Sep 17 00:00:00 2001 From: c9s Date: Tue, 1 Dec 2020 20:25:45 +0800 Subject: [PATCH] improve balance layout --- scripts/max.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/max.sh b/scripts/max.sh index 992ba0a6d..11966d410 100644 --- a/scripts/max.sh +++ b/scripts/max.sh @@ -45,7 +45,7 @@ case "$command" in ;; me) - me + me | jq -r '.accounts[] | select(.balance | tonumber > 0.0) | "\(.currency)\t\(.balance) \t(\(.locked) locked)"' ;; # open orders