4 lines
95 B
Perl
4 lines
95 B
Perl
|
use strict;
|
||
|
system("createdb hydra-test-suite") == 0 or die;
|
||
|
system("hydra-init") == 0 or die;
|