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

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

ui->run;