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