#! /usr/bin/env bash
#
# Usage: average-all <file>
#

for what in Total Full Elbow Exchange Min-Max; do
	./average $what $1
done