#!/usr/bin/env julia # A very thin wrapper to start a Persefone simulation. # (This is not included in Persefone.jl in order to enable the latter to # be used as a library, without automatically launching a simulation.) using Pkg Pkg.activate(".") using Persefone @time simulate()