File: go

package info (click to toggle)
tk707 0.7.21-9
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny, sarge
  • size: 1,972 kB
  • ctags: 711
  • sloc: ansic: 10,986; tcl: 3,079; 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