From ea9edb4e9584a434e074dbc9f604c401784722f5 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 28 Jun 2007 20:57:42 +0000 Subject: add some quick scripts for cron jobs --- bin/bill-as-nextmonth | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 bin/bill-as-nextmonth (limited to 'bin/bill-as-nextmonth') diff --git a/bin/bill-as-nextmonth b/bin/bill-as-nextmonth new file mode 100755 index 000000000..813e84193 --- /dev/null +++ b/bin/bill-as-nextmonth @@ -0,0 +1,5 @@ +#!/bin/sh + +month=`date +%m` +nextmonth=`expr $month + 1` +/usr/local/bin/freeside-daily -d $nextmonth/1/`date +%Y` fs_daily -- cgit v1.2.1