> CAD vendor is in love with csh scripting. They write #!/bin/csh > scripts as glue wrappers around their tools. They assume that the > user is running [t]csh. Maybe I'm confused but isn't the purpose of the wrapper to ensure the script is parsed by the required tool, independent of the running shell?