simba/backup

11 lines
127 B
Plaintext
Raw Normal View History

#!/usr/bin/perl -T
use warnings;
use strict;
use Simba::CA;
$ENV{PATH} = "/usr/bin";
my $ca = Simba::CA->new();
$ca->run();