Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
run.sh 225 B
#!/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