cmdline

cmdline

part of shnell – a source to source compiler enhancement tool

© Jens Gustedt, 2018

rudimentary command line processing

this detects - -o for the target - -c, -E, -M, -S for the type of job to do - -x, usually the programming language - -L for libraries - -static

Coding and configuration

The following code is needed to enable the sh-module framework.

SRC="$_" . "${0%%/${0##*/}}/import.sh"

Imports

The following sh-modules are imported:

Details