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