Index: nxwish.in =================================================================== diff -u -N -r4bf0e8a0dc38bb3afda612c028abaa714fe086e1 -r4b929805d1acbf4fd07b6a969c2223467416523b --- nxwish.in (.../nxwish.in) (revision 4bf0e8a0dc38bb3afda612c028abaa714fe086e1) +++ nxwish.in (.../nxwish.in) (revision 4b929805d1acbf4fd07b6a969c2223467416523b) @@ -13,11 +13,14 @@ # # Tiny scripted replacement of a binary nxwish (former xowish). This # script can be used as interactive shell for testing or like a -# regular shell with the !# markup in the first line of a script. It +# 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 Tk package require nx::shell + +namespace import -force ::nx::* + nx::shell run $argc $argv