Skip to content
Snippets Groups Projects
Select Git revision
  • 0fd9a78835f6807debbf2bee45dd8b7585ee9f2e
  • main default protected
  • develop
  • v0.1
4 results

designjeem.ngd

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    example.sh NaN GiB
    #!/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