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

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

harddrake::ui->run;