tree: 517e4d7532321d6d67b4f7a2773d78dc6a89f257 [path history] [tgz]
  1. convert2md.awk
  2. convert2md.sh
  3. README.md
tools/README.md

Tools

  • convert2md.sh - shell script converts a mdtext file to md
  • convert2md.awk - awk script used by convert2md.sh to convert a mdtext file to md
find content -name "*.mdtext" -exec tools/convert2md.sh {} \;