diff options
Diffstat (limited to 'scripts/install_helper.pl')
-rwxr-xr-x | scripts/install_helper.pl | 7 |
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"; |