#!/bin/bash

for s in base_histogram lowercase transpose grep caseswitch; do
    echo "running ${s}"
    ./run_${s}
done
