1
0
Files
plaintextaccounting/quickref/tests.shelltest
Simon Michael b6bf2ee405 a combined quick reference, aka "rosetta stone"
Covers the essentials of Ledger/hledger/Beancount journal format.
The master copy is in google docs for easier table editing,
but this will likely change in future.
2016-03-14 08:49:45 -07:00

12 lines
145 B
Bash
Executable File

#!/usr/bin/env shelltest
# -*- sh -*-
ledger -f a.ledger print
>>>=0
hledger -f a.hledger print
>>>=0
beancount -f a.beancount print
>>>=0