(cbast): Fix debit sign error.

This commit is contained in:
2026-01-14 00:45:50 +10:00
parent d7cf65d8fc
commit b97ede7371
6 changed files with 190 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
COMMAND="beanify --config config.toml cbast_transactions.csv --batch"
if diff <($COMMAND) expected.ledger; then
echo "Files match"
else
echo "Files do not match"
fi