#!/usr/bin/raku
sub MAIN(*@, *%) {
    CompUnit::RepositoryRegistry.run-script("zef");
}