File: go

package info (click to toggle)
tk707 0.8-2
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 2,280 kB
  • sloc: ansic: 6,772; tcl: 3,359; sh: 934; makefile: 287; lex: 167
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