Add a shebang to run markdown.awk as script

This commit is contained in:
Konstantin Nazarov 2021-08-22 16:51:05 +01:00
parent f36413def0
commit 1cc0b977f1
Signed by: knazarov
GPG key ID: 4CFE0A42FA409C22

2
markdown.awk Normal file → Executable file
View file

@ -1,3 +1,5 @@
#!/usr/bin/awk -f
BEGIN {
body = ""
in_code = 0