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