From 08559bff349b8266331389c9a0c579798ce94b4c Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 23 Feb 2009 14:04:50 -0400 Subject: Moved scripts from contrib/scripts/ into contrib/ --- contrib/scripts/trend | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100755 contrib/scripts/trend (limited to 'contrib/scripts/trend') diff --git a/contrib/scripts/trend b/contrib/scripts/trend deleted file mode 100755 index 3c189c0b..00000000 --- a/contrib/scripts/trend +++ /dev/null @@ -1,30 +0,0 @@ -#!/bin/sh - -# This script requires Python support. -# -# To use, just run "trend" with the accounts to compute the trend for: -# -# trend dining -# -# The trend values are not terribly meaningful, but this gives an -# example of how Python can be used to create more complex reports. - -ledger --import-stdin -T "@rdev()" reg "$@" <