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