#!/bin/bash ## A short shell script to test the current development version of Persephone. if [[ -d "example_results" ]] then rm -r example_results fi ./run.jl -o example_results src/analysis/analyse_nature.R example_results