[BACK]Return to xgp CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / pari-2.2 / misc

File: [local] / OpenXM_contrib / pari-2.2 / misc / Attic / xgp (download)

Revision 1.1.1.1 (vendor branch), Tue Oct 2 11:17:00 2001 UTC (22 years, 8 months ago) by noro
Branch: NORO
CVS Tags: RELEASE_1_2_3, RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX, RELEASE_1_2_2, RELEASE_1_2_1, PARI_2_2
Changes since 1.1: +0 -0 lines

Imported pari-2.2.1(alpha).

#!/bin/sh
#
# A simple-minded script to launch gp in an xterm. The application name is
# set to "gp". You can use it to have specific X resources, to tell your
# window manager to use the icon pari.xbm, etc.
#
# set correct paths below
xterm="xterm"
gp="/usr/local/bin/gp"

$xterm -geometry 80x40 -sl 2000 -sb \
       -name gp -title PARI/GP -rw -e $gp &