#!/bin/bash
set -e

./simulation_jupiter.sh
./comparison_jupiter.sh

# Cleanup
rm -rf output

exit 0