The last commit did not contain the majority of changes because of a slight mishap. This contains the real changeset.
7 lines
166 B
Bash
Executable file
7 lines
166 B
Bash
Executable file
#!/bin/sh
|
|
|
|
~/Products/ledger/ledger \
|
|
--import ~/src/ledger/tools/sample.py \
|
|
-f ~/src/ledger/doc/sample.dat \
|
|
--amount 'get_amount(xact)' \
|
|
register
|