Documentation, examples, tutorials and more

<<

transform($string)

transforms a given string by replacing the current values of all variables.

check_success($command)

runs the command and checks if it runs successfully

get_output($command)

runs the command and captures and returns the output

run_system_command($command)

runs the given command without capturing anything - STDOUT and STDERR go to the STDOUT and STDERR of the calling script

run_smash_step($command)

runs the given command and prints progress to the output file. It creates the following block in the batch output file:

<SmashStep command='$command'> <CapturedStdOut> ... </CapturedStdOut> <CapturedStdErr> ... </CapturedStdErr> <ReturnValue> ... </ReturnValue> </SmashStep>

POD ERRORS

Hey! The above document had some coding errors, which are explained below:

Around line 85:

'=item' outside of any '=over'

<<