Compare commits

..

2 Commits

Author SHA1 Message Date
9b1e822580 fix: align shebang 2026-02-19 17:55:09 +01:00
2e226eb7cb docs: missing space 2026-02-19 17:54:17 +01:00
2 changed files with 2 additions and 2 deletions

2
m2h.pl
View File

@@ -1,4 +1,4 @@
#!perl -w #!/usr/bin/env perl -w
use strict; use strict;
use Getopt::Long; use Getopt::Long;
use MarkdownParser; use MarkdownParser;