From a7d0237d5a6a11c4c1c85d0fbb6700e7dd518bc3 Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 9 Jun 2007 00:53:03 +0000 Subject: adding bill-for-next* hacks like bill-next* stuff but with -n flag, for skycatcher --- bin/bill-for-nextyear | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 bin/bill-for-nextyear (limited to 'bin/bill-for-nextyear') diff --git a/bin/bill-for-nextyear b/bin/bill-for-nextyear new file mode 100755 index 000000000..1430a5898 --- /dev/null +++ b/bin/bill-for-nextyear @@ -0,0 +1,5 @@ +#!/bin/sh + +year=`date +%Y` +nextyear=`expr $year + 1` +/usr/local/bin/freeside-daily -d 1/1/$nextyear -n fs_daily -- cgit v1.2.1