#!C:/Program Files/Git/bin/bash.exe
# 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 "D:/bld/plplot_1645554298041/_h_env/Library/bin/wish.exe" "$0" "$@"
# For space in source, build, or install location prefixes,
# the appropriate quoting must already be done in the pkgIndex_LOCATIONS
# variable since that variable can refer to multiple locations.
lappend auto_path "D:/bld/plplot_1645554298041/work/_build/bindings/tk" "D:/bld/plplot_1645554298041/work/_build/bindings/tk-x-plat"
package require Plplotter
source runAllDemos.tcl
