Thanks
That did not work for me but this did
#!/bin/sh
#\
exec wish "$0" "$@"
I don't know why I just copied it from another script that worked...
John
I'm working on some example scrips but can't get them to run in Linux.
A very simple example saved as test.tcl
button .b1 -text "Whatever"
pack .b1 -fill both -expand yes
What else do I need to do to get the test.tcl script to run?
I can run this from a terminal and know the result there now...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.