]> granicus.if.org Git - graphviz/commitdiff
Add modgraph.py demo from Michael Hohn <mhhohn@lbl.gov>
authorellson <devnull@localhost>
Tue, 18 Oct 2005 21:12:05 +0000 (21:12 +0000)
committerellson <devnull@localhost>
Tue, 18 Oct 2005 21:12:05 +0000 (21:12 +0000)
tclpkg/gv/demo/modgraph.tcl

index 07e8d62a7bf8d123ac744d9c1758a32a0ab0294c..60f6acdf75fe139d164855fe92f8c41ba70b1a57 100755 (executable)
@@ -2,6 +2,8 @@
 
 # display the kernel module dependencies 
 
+# author: John Ellson <ellson@research.att.com>
+
 package require gv
 
 set f [open /proc/modules r]