Added tools/sample.sh, which uses tools/sample.py
This commit is contained in:
parent
51e0bc8a82
commit
206cb4cce3
1 changed files with 7 additions and 0 deletions
7
tools/sample.sh
Executable file
7
tools/sample.sh
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
~/Products/ledger/ledger \
|
||||
--import ~/src/ledger/tools/sample.py \
|
||||
-f ~/src/ledger/doc/sample.dat \
|
||||
--amount 'get_amount(entry)' \
|
||||
register
|
||||
Loading…
Add table
Reference in a new issue