Files
ana-ledger/cmd/cli/run.sh
Bel LaPointe 7a946b7604
Some checks failed
cicd / ci (push) Failing after 18s
go run ./ cli rec to pull all from teller
2025-05-23 21:01:09 -06:00

13 lines
249 B
Bash

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