1#!/bin/sh
2#--------------------------------*- Tcl -*------------------------------------#
3# Arjen Markus
4# 08/18/08
5#
6# A front-end to run x26.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 x27.tcl
14
15plinit
16x27
17plend
18