tree: c5e422494d7f7e00b08de0d6e399989be825fef2 [path history] [tgz]
  1. convert2md.awk
  2. convert2md.sh
  3. diff2md.sh
  4. diff2md2.sh
  5. diff2md3.sh
  6. diff2mdtext.sh
  7. mv2md.sh
  8. README.md
  9. sync-plugin.sh
  10. what-plugin.sh
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 {} \;