From 9ca1d24d30a485300b9486b18c068660da630cc1 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 13 May 2004 18:37:12 -0400 Subject: initial import into Darcs --- scripts/report | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 scripts/report (limited to 'scripts/report') diff --git a/scripts/report b/scripts/report new file mode 100755 index 00000000..aa42982e --- /dev/null +++ b/scripts/report @@ -0,0 +1,17 @@ +#!/bin/sh + +dir=$HOME/doc/finance + +cd /tmp + +ledger -M -G register "$@" > $1 + +gnuplot <