Path: utzoo!news-server.csri.toronto.edu!rutgers!cmcl2!adm!news From: dichter@chdasic.sps.mot.com (Carl Dichter) Newsgroups: comp.unix.questions Subject: Shell compilers Message-ID: <26241@adm.brl.mil> Date: 11 Mar 91 21:20:43 GMT Sender: news@adm.brl.mil Lines: 17 I am looking for compilers for shell scripts. I am particularly intrested in Bourne shell compilers, but you can send me information on any shell language compilers. I'll post a summary. Thanks in advance, Carl R. Dichter Staff Software Engineer/Scientist Motorola ASIC Division PS: I realize that you can use "#!/bin/sh" at the start of the file to cause it to be interpreted by the correct shell, but a compiled shell script is prefered for speed and source protection.