tree: 76bc52a5418179abc6a08690076d708e8ad4e83d [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 {} \;