Annotation of OpenXM_contrib/pari-2.2/misc/xgp, Revision 1.1
1.1 ! noro 1: #!/bin/sh
! 2: #
! 3: # A simple-minded script to launch gp in an xterm. The application name is
! 4: # set to "gp". You can use it to have specific X resources, to tell your
! 5: # window manager to use the icon pari.xbm, etc.
! 6: #
! 7: # set correct paths below
! 8: xterm="xterm"
! 9: gp="/usr/local/bin/gp"
! 10:
! 11: $xterm -geometry 80x40 -sl 2000 -sb \
! 12: -name gp -title PARI/GP -rw -e $gp &
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>