Merge branch 'master' into bug-4403-remove-polyfill
[maxima.git] / interfaces / xmaxima / Tkmaxima / Header.tcl.in
bloba2166c6db9e8dcb24e65e882c7a59aeb33c761a4
1 #!/bin/sh
2 # -*- mode: tcl; fill-column: 75; tab-width: 8 -*- \
3 exec @WISH@ "$0" -- "$@"
5 package require Tk 8.6-
6 catch {package require Img}
9 # Xmaxima is created from the files in the directory interfaces/xmaxima/Tkmaxima/
10 # in maxima's source tree. For creating this program maxima
11 # version @VERSION@ was used.
13 # The main purpose of this header is to tell un*x-based systems how to execute
14 # the program.