summaryrefslogtreecommitdiff
path: root/hledger-networth
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2022-11-15 09:50:31 -0500
committerBen Sima <ben@bsima.me>2022-11-15 09:50:31 -0500
commit3f9ad400be3988244586cfae0c2181181b18c41d (patch)
tree419aea0a80d1a80525069ccfc87e9eda001bd558 /hledger-networth
parentd3a4bf44df7801af48f2784a749b230a67dc264e (diff)
moved hledger scripts to ~/fund repo
Diffstat (limited to 'hledger-networth')
-rwxr-xr-xhledger-networth7
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 ','