#!/bin/sh

ROOT=/var/local/quick/gather;  export ROOT

case "$1" in
    -x) HOSTS=hosts.quick      RUN=.quick $ROOT/start-stats ;
	HOSTS=hosts.comparison RUN=.cmp   $ROOT/start-stats ;
	exit 0 ;;
    -*) echo "usage: $0 [-x]"; exit 1 ;;
esac

HOSTS=hosts.quick      RUN=.quick at -s -f $ROOT/start-stats  now + 1 minute
HOSTS=hosts.comparison RUN=.cmp   at -s -f $ROOT/start-stats  now + 1 minute
