runtcldemo revision 6278
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# corresponding environment variables for sfrm1000.pfb and
# cmmi10.pfb if running the demo fontfile_latex.dem.
$GNUPLOT_DEMO_DIR/*.cfg \
$GNUPLOT_DEMO_DIR/*.cor \
$GNUPLOT_DEMO_DIR/*.dat \
$GNUPLOT_DEMO_DIR/*.dem \
$GNUPLOT_DEMO_DIR/*.edf \
$GNUPLOT_DEMO_DIR/*.fnc \
$GNUPLOT_DEMO_DIR/*.inc \
$GNUPLOT_DEMO_DIR/*.par \
$GNUPLOT_DEMO_DIR/*.pdb \
$GNUPLOT_DEMO_DIR/*.r3d \
$GNUPLOT_DEMO_DIR/*.rgb \
$GNUPLOT_DEMO_DIR/*.rot \
$GNUPLOT_DEMO_DIR/binary[123] \
$GNUPLOT_DEMO_DIR/gnu-valley \
$GNUPLOT_DEMO_DIR/random-points \
trap "find $GNUPLOT_DEMO_TMPDIR -type f -a -exec cp -p {} . \; ; rm -rf $GNUPLOT_DEMO_TMPDIR; exit 1" INT TERM
(cd $GNUPLOT_DEMO_TMPDIR;
exec $GNUPLOT_DEMO_PROGRAM $*)