diff options
Diffstat (limited to 'scripts/install_helper.pl')
-rwxr-xr-x | scripts/install_helper.pl | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/scripts/install_helper.pl b/scripts/install_helper.pl deleted file mode 100755 index eecf50cf1..000000000 --- a/scripts/install_helper.pl +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/perl -use warnings; -use strict; -use File::MimeInfo::Magic; -use HTML::FromANSI; -use Text::Markdown qw(markdown); - -print "works"; |