From: Maurice L. <ml...@us...> - 2002-12-24 22:01:26
|
Update of /cvsroot/plplot/plplot/examples/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv21772 Modified Files: Makefile.am Added Files: x01 x02 x03 x04 x05 x06 x07 x08 x09 x10 x11 x12 x13 x14 x15 x16 x17 x18 x19 Log Message: Script file front-ends to all the tcl example programs, with accompanying makefile changes. In the install dir, one can merely type e.g. "./x01" to run the first example program. Or to run them all, to an X window: for i in x??; do ./$i -dev x; done Been wanting to add these for a LONG time. |