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

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

harddrake::ui->run;