sh_cat Given a concatenated list of configurations,
sh_cat removes the intermediate blank lines, header files
and asterisks. The file is used to transform a configuration
list from the format what nonh and mchf use to the
format which bp_ang, bp_mat, bp_eiv, biotr use.
The script uses the sed program and it has been tested with
(georgio@gitm)131% sed -V
GNU sed version 3.02
This script takes a single .c, or multiple *.c files as an argument
and formats them saving the original files in *.c.old.
Usage: "./sh_cat *.c" will transform all .c files in the
directory.