Differences From Artifact [1a30233e9f]:
- Executable file tsmf/test-server.tcl — part of check-in [ce2a7d32dc] at 2024-03-07 19:02:31 on branch trunk — Remove unused code (user: rkeene, size: 716) [annotate] [blame] [check-ins using]
To Artifact [2149fbf923]:
- Executable file tsmf/test-server.tcl — part of check-in [bf33f043ce] at 2024-03-07 19:59:04 on branch trunk — Fix path to services (must be absolute) (user: rkeene, size: 733) [annotate] [blame] [check-ins using]
1 2 | #! /usr/bin/env tclsh | | | 1 2 3 4 5 6 7 8 9 10 | #! /usr/bin/env tclsh set workdir [file normalize [file dirname [info script]]] # For TSMF lappend auto_path [file join $workdir lib] # For the TUAPI package lappend auto_path [file join $workdir ..] |
︙ | ︙ |