summaryrefslogtreecommitdiff
path: root/scripts/report
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/report')
-rwxr-xr-xscripts/report17
1 files changed, 0 insertions, 17 deletions
diff --git a/scripts/report b/scripts/report
deleted file mode 100755
index aa42982e..00000000
--- a/scripts/report
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-
-dir=$HOME/doc/finance
-
-cd /tmp
-
-ledger -M -G register "$@" > $1
-
-gnuplot <<EOF
-set terminal png
-set output "report.png"
-set xdata time
-set timefmt "%Y/%m/%d"
-plot "$1" using 1:2 with linespoints
-EOF
-
-open report.png