Skip to content
Snippets Groups Projects
Commit dac00a8e authored by Andy Yates's avatar Andy Yates
Browse files

Forgot the run

parent d2b9af95
No related branches found
No related tags found
No related merge requests found
......@@ -211,4 +211,6 @@ sub v {
return unless $self->o()->{verbose};
printf(STDERR $msg."\n", @params);
return;
}
\ No newline at end of file
}
Script->run();
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment