Paul,
Yeah .... that seems to be sorta fundamental to the way the .st scripts
were implemented ... I would say that you should use an `sh` script:
touch sh myScript
edit myScript
you get the same functionality as a .st script with the added bonus of
being able to pass command-line arguments into the script and having
help text so that you can document the script and remind yourself how to
run it ...
Dale