#!/bin/sh #set -e ./ewma.py < log > smoothed echo ./progress.py "$@" < smoothed echo gnuplot < weight-graph.gpl #./maintain.py < log #echo ./rate.py < smoothed > rate gnuplot < rate-graph.gpl cp log backup/$(tail -n 1 log | awk '{print $1}')