Markdown.pl: use #!/usr/bin/env perl instead of #!/usr/bin/perl
commitd84a88f137bf5d4682853f7e0edaf986a6fb57e6
authorKyle J. McKay <mackyle@gmail.com>
Sun, 5 Jun 2016 08:50:32 +0000 (5 01:50 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Sun, 5 Jun 2016 08:50:32 +0000 (5 01:50 -0700)
tree8d5cacc543012b1d48bf1c0b31b54689515a727d
parentf3b8f48b3aad67161733a3b3db186b688bc92ada
Markdown.pl: use #!/usr/bin/env perl instead of #!/usr/bin/perl

Some systems do not have a /usr/bin/perl but it will be in
the $PATH there so /usr/bin/env will be able to find it.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
Markdown.pl