Index: nxsh.in =================================================================== diff -u -r4bf0e8a0dc38bb3afda612c028abaa714fe086e1 -r4b929805d1acbf4fd07b6a969c2223467416523b --- nxsh.in (.../nxsh.in) (revision 4bf0e8a0dc38bb3afda612c028abaa714fe086e1) +++ nxsh.in (.../nxsh.in) (revision 4b929805d1acbf4fd07b6a969c2223467416523b) @@ -12,9 +12,12 @@ # # Tiny scripted replacement of a binary nxsh. This script can be used -# as interactive shell for testing or like a regular shell with the !# +# as interactive shell for testing or like a regular shell with the #! # markup in the first line of a script. It is designed to work with # multiple installed Tcl shells during development. # package require nx::shell + +namespace import -force ::nx::* + nx::shell run $argc $argv