diff options
Diffstat (limited to 'tcllib/support/installation/main.tcl')
-rwxr-xr-x | tcllib/support/installation/main.tcl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tcllib/support/installation/main.tcl b/tcllib/support/installation/main.tcl new file mode 100755 index 0000000..2a2aea3 --- /dev/null +++ b/tcllib/support/installation/main.tcl @@ -0,0 +1,5 @@ +# -*- tcl -*- +# Entrypoint for starkit and -pack based distributions + +# Delegate to the installer application +source [file join [file dirname [info script]] installer.tcl] |