Viewing

shellpp

Purpose
"precompiles" a shell script
Call
cfu shellpp <inputfile> <outputfile> <name>
Result
precompiled file outputfile
Meanings
inputfile
file containing pre-processor directives
 
outputfile
file containing the resulting pre-complied version
 
name
name of the precompiled variable
Remark
This is a very rudimentary pre-compiler version like the one for e.g. FORTRAN programs. It can only handle the two commands:
#ifdef name
#endif

 Viewing