summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/install_helper.pl7
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/install_helper.pl b/scripts/install_helper.pl
new file mode 100755
index 000000000..68ac709dd
--- /dev/null
+++ b/scripts/install_helper.pl
@@ -0,0 +1,7 @@
+#!/usr/bin/perl
+use warnings;
+use strict;
+use File::MimeInfo::Magic;
+use HTML::FromANSI;
+
+print "works";