summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/harddrake2
blob: 3a798b02173c8b54e56c976fd4b000110c34fa50 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/perl

use lib qw(/usr/lib/libDrakX);
use standalone;
use common;
use harddrake::ui;

harddrake::ui->new;