#!/bin/bash
## A short shell script to test the current development version of Persephone.

if [[ -d "test_results" ]]
then
    rm -r test_results
fi

./run.jl -o test_results -s 2

src/analysis/analyse_nature.R