From 206cb4cce3d2e36175691b49938053da0b192fa7 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 13 Feb 2009 06:09:46 -0400 Subject: [PATCH] Added tools/sample.sh, which uses tools/sample.py --- tools/sample.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 tools/sample.sh diff --git a/tools/sample.sh b/tools/sample.sh new file mode 100755 index 00000000..b5b0c3c6 --- /dev/null +++ b/tools/sample.sh @@ -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