summaryrefslogtreecommitdiff
path: root/go
blob: 525f4cb26dbc2f0979e2891c111c4f44adcbd551 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/sh
#
# This program loads and run the tk707
# implementation that uses the tcl interpreter
#
# Next line restarts as tk707sh	\
exec tk707tcl "$0" "$@"

source ports.tcl
source title_defs.tcl
source score_defs.tcl
source defs.tcl
source gui.tcl
source title.tcl
source score.tcl
source procs.tcl
source tk707.tcl
source help.tcl