#!/bin/sh

echo "Preparing Airman graph"
./airman-data.sh
echo "Preparing Record-Ball graph"
./rbp-data.sh
echo "Preparing combo graph"
./combo.sh
