From Mark Summerfield@m.n.summerfield@gmail.com to comp.lang.tcl on Wed Jul 2 11:33:33 2025
From Newsgroup: comp.lang.tcl
I like using Tcl modules for my apps.
I also often use soft links so that for example, an app in, say, ~/app/tcl/myapp
will be soft linked to a dir in my $PATH e.g.,
cd ~/bin ; ln -s ~/app/tcl/myapp/myapp.tcl
This means that [info script] will return different paths depending
on whether the app is run in its own dir, ./myapp.tcl or via the
soft link.