Files
ana-ledger/cmd/cli/run.sh
Bel LaPointe 58462fb5a4
Some checks failed
cicd / ci (push) Failing after 51s
cli graph graphs
2025-05-07 15:34:31 -06:00

13 lines
245 B
Bash

#! /bin/bash
cmd="bal"
case "$1" in
bal|reg|gra|graph )
cmd="$1"
shift
;;
esac
cd "$(dirname "$(realpath "$BASH_SOURCE")")"
go run ../ cli "$@" $(printf " -f %s" $HOME/Sync/Core/ledger/eras/2022-/*.txt) "$cmd" :AssetAccount: