root/library/doc/toolbox_doc/get_class_hierarchy.sh @ 993

Revision 993, 117 bytes (checked in by smidl, 14 years ago)

relative paths

  • Property svn:executable set to *
Line 
1#!/bin/sh
2
3cat ../html/hierarchy.html | html2text | sed -n '/\[.\]/p' | sed 's/\[.\]/  /g' > mt__class_hierarchy.txt
Note: See TracBrowser for help on using the browser.