File: go

package info (click to toggle)
tk707 0.7.21-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,920 kB
  • ctags: 705
  • sloc: ansic: 7,283; tcl: 3,076; sh: 556; makefile: 182; lex: 147
file content (19 lines) | stat: -rwxr-xr-x 336 bytes parent folder | download | duplicates (6)
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