1#!/bin/sh
2#--------------------------------*- Tcl -*------------------------------------#
3# Maurice LeBrun
4# 12/24/02
5#
6# A front-end to run x05.tcl directly from the command line with
7# a configured location for pltcl.
8# Handles all usual plplot command arguments.  See "@pltcl_LOCATION@ -h" for info.
9#-----------------------------------------------------------------------------#
10#\
11exec "@pltcl_LOCATION@" -f "$0" ${1+"$@"}
12
13source x05.tcl
14
15plinit
16x05
17plend
18