Add a shebang to run markdown.awk as script
This commit is contained in:
parent
f36413def0
commit
1cc0b977f1
1 changed files with 2 additions and 0 deletions
2
markdown.awk
Normal file → Executable file
2
markdown.awk
Normal file → Executable file
|
@ -1,3 +1,5 @@
|
||||||
|
#!/usr/bin/awk -f
|
||||||
|
|
||||||
BEGIN {
|
BEGIN {
|
||||||
body = ""
|
body = ""
|
||||||
in_code = 0
|
in_code = 0
|
||||||
|
|
Loading…
Reference in a new issue