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