diff options
author | John Wiegley <johnw@newartisans.com> | 2004-07-29 17:25:28 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2004-07-29 17:25:28 -0400 |
commit | abae9138e9b7746a23d66d56673e10343a9cec11 (patch) | |
tree | 69d2275d589618f266ad7ed5a5d182171fe49d28 /scripts/spending | |
parent | 358e3329b3b981bcd7ddf8a03192dec9378fbcab (diff) | |
download | fork-ledger-abae9138e9b7746a23d66d56673e10343a9cec11.tar.gz fork-ledger-abae9138e9b7746a23d66d56673e10343a9cec11.tar.bz2 fork-ledger-abae9138e9b7746a23d66d56673e10343a9cec11.zip |
added missing files
Diffstat (limited to 'scripts/spending')
-rwxr-xr-x | scripts/spending | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/spending b/scripts/spending new file mode 100755 index 00000000..895c4170 --- /dev/null +++ b/scripts/spending @@ -0,0 +1,8 @@ +#!/bin/sh +ledger "$@" balance \ + Expenses:Food \ + Expenses:Movies \ + Expenses:Auto:Gas \ + Expenses:Tips \ + Expenses:Health \ + Expenses:Supplies |