[comp.sources.wanted] bourne shell tools wanted

erik@unislc.uucp (Erik Sean Nolte) (05/31/91)

I'm looking from shell programming tools to make my life easier.
Such tools might include:
	shell syntax checker   (I never can find the missing ')
	shell static analyzer  (what variables am I using, what type)
	shell compiler         (convert shell to C, optimize expr stuff)
	shell debugger         (step mode for debugging shell scripts)
	shell beautifier       (convert poorly indented scripts)

Do such beasts exist?  Are there public domain or shareware versions
available?

I'm also looking for a shell version of the "C Style Guide."
I might give guidelines on indentation, variable naming...

Is anyone interested in such tools?

Thanks!
- Erik