docs/mindstab.net_blog/batch-convert.fish

4 lines
79 B
Fish

for file in *.md
gawk -i inplace -f standalone-md-to-frontmater.awk $file
end