summaryrefslogtreecommitdiffstats
path: root/scripts/install_helper.pl
blob: 68ac709dd888dc8e3405465f10586f4e2f770bac (plain)
1
2
3
4
5
6
7
#!/usr/bin/perl
use warnings;
use strict;
use File::MimeInfo::Magic;
use HTML::FromANSI;

print "works";