>Right... but the idea of pre-compiling the shell scripts is to reduce >the total CPU time consumed by the shell interpreter. Most scripting >languages (like Python) already do this by default.
Accounting might be able to tell you how much time is used for shell scripts; but most time used by the startup scripts are "sleep X" or waiting for some other timeout. Casper