blob: 9f19c941bb7f826086d3d73d67f5fd90eae6bc95 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
*** splay-tk.tcl Sun Apr 6 06:36:35 1997
--- splay-tk.tcl.orig Sun Apr 19 15:32:05 1998
***************
*** 1,3 ****
--- 1,9 ----
+ #!/bin/sh
+ # start up wish \
+ exec wish8.2 "$0" "$@"
+
+ set libdir /usr/local/lib/splay-tk
+ set images ${libdir}
#####################################################################
# SPlaY-Tk v2.0p1, (C) Andrew Hobgood #
# #
|