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

use strict;
use harddrake::ui;

ui->run;