#!/bin/bash
set -e

./simulation_cdfs.sh
./comparison_cdfs.sh

# Cleanup
rm -rf output

exit 0