diff options
Diffstat (limited to 'hledger-networth')
-rwxr-xr-x | hledger-networth | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/hledger-networth b/hledger-networth deleted file mode 100755 index 3eabcc2..0000000 --- a/hledger-networth +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env bash -# -# pipe to tplot for a quick plot -hledger reg ^as ^li -V -XUSD \ - | awk -F'[[:space:]][[:space:]]+' '{print $4}' \ - | cut -d' ' -f1 \ - | tr -d ',' |