#!/bin/sh # -*- mode: tcl; fill-column: 75; tab-width: 8 -*- \ exec @WISH@ "$0" -- "$@" package require Tk 8.6 catch {package require Img} # # Xmaxima is created from the files in the directory interfaces/xmaxima/Tkmaxima/ # in maxima's source tree. For creating this program maxima # version @VERSION@ was used. # # The main purpose of this header is to tell un*x-based systems how to execute # the program. # #