From f6f4a46cf5b14f9a2170cd6475958efbf320caec Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 5 Aug 2008 13:17:04 -0400 Subject: Moved around most of the files so that source code is in src/, documentation is in doc/, etc. --- scripts/trend | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100755 scripts/trend (limited to 'scripts/trend') diff --git a/scripts/trend b/scripts/trend deleted file mode 100755 index 3c189c0b..00000000 --- a/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 "$@" <