summaryrefslogtreecommitdiff
path: root/scripts/ldfm
blob: c611a8be3384e7eeabe4b7fbbad3518c2c46e234 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env perl 
use utf8;
use strict;
use warnings;
use Gtk2 '-init';
use LDFM::MainController;
 
print "buh!\n";