From 71e8d506573fc61271e10fc3d02eea9a5eb8ba01 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 12 Aug 2004 20:20:30 -0400 Subject: gnuplot is supported again (-j and -J) --- scripts/report | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'scripts/report') diff --git a/scripts/report b/scripts/report index c548792c..be90f896 100755 --- a/scripts/report +++ b/scripts/report @@ -1,17 +1,15 @@ -#!/bin/sh - -args=("$@") -last=${args[`expr ${#args} - 3`]} +#!/bin/bash cd /tmp -ledger "$@" | stripreg > $last +ledger -j reg "$@" > report gnuplot <