pankajpanjwani
Technical User
I am trying to invoke a script e.g.
#!/usr/local/bin/wish
....
....
...
with that I would like to have the wish shell on the terminal from which this script has been invoked. So that I can run my tcl commands from that shell.
Is it possible somehow to do it.
Thanks
Pankaj
#!/usr/local/bin/wish
....
....
...
with that I would like to have the wish shell on the terminal from which this script has been invoked. So that I can run my tcl commands from that shell.
Is it possible somehow to do it.
Thanks
Pankaj