#!/usr/bin/perl -w

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

ui->run;