diff options
author | ivan <ivan> | 2007-06-28 20:57:42 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-06-28 20:57:42 +0000 |
commit | ea9edb4e9584a434e074dbc9f604c401784722f5 (patch) | |
tree | c23331ce64c8b2031f5651f32ba6557bd48e88fb /bin/bill-as-nextmonth | |
parent | d8cd05a99614df9d5a5a73655917aa1988ca9515 (diff) |
add some quick scripts for cron jobs
Diffstat (limited to 'bin/bill-as-nextmonth')
-rwxr-xr-x | bin/bill-as-nextmonth | 5 |
1 files changed, 5 insertions, 0 deletions
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 |