#!/bin/bash
# Run standard examples using wish/runAllDemos.tcl
# The following exec command reexecutes the script under wish.  This
# is possible because all comment lines are ignored by wish including
# continued ones with a trailing backslash like this one \
exec /usr/bin/wish8.5 "$0" "$@"
lappend auto_path /build/buildd/plplot-5.10.0/debian/build_tmp/bindings/tk /build/buildd/plplot-5.10.0/debian/build_tmp/bindings/tk-x-plat
package require Plplotter
source runAllDemos.tcl
