#!/bin/bash
set -e

./simulation_crab.sh
./comparison_crab.sh

# Cleanup
rm -rf output

exit 0