#!/bin/bash if [ ! -e stats ]; then echo "start me in the archive dir after creatings 'stats'" exit 1 fi sh ../tools/stats_recalc.sh < stats > stats2 gnuplot <