Closed tpenguinltg closed 6 years ago
Thanks, @tpenguinltg !
This, unfortunately, makes github think that this is prolog, not Perl... any ideas on how to help github to correctly recognize the language? :-o
Interesting, because apart from the extension, this looks nothing like prolog.
It's an entry in .gitattributes
. I'll make another PR when I find the specifics.
Opened #3 to address the issue.
perl
is not always in/usr/local/bin/perl
(e.g. mine is/usr/bin/perl
), so use/usr/bin/env
to search forperl
inPATH
.Also add executable bit to allow calling directly (i.e.
./gdown.pl
).