[11.11.2017 08:19:52] scriptt.sh v1.0.0 started at Sat Nov 11 08:19:52 CET 2017. [11.11.2017 08:19:52] No config file ("/etc/scriptt.conf") found (use -C to create a default config file) Known debug switches (for -D / --debug): help -- show this usage and exit create_documentation -- create the script documentation list_rc -- list return codes used by this script Works only if you only use "die" to end the script msg -- log debug messages to the file /tmp/scriptt.sh.28366.debug This parameter should be the first parameter. trace -- activate tracing to the file /tmp/scriptt.sh.28366.trace tracemain -- trace the main function fn_to_stderr -- print the function names to STDERR fn_to_tty -- print the function names to /dev/tty fn_to_handle9 -- print the function names to the file handle 9 fn_to_device=filename -- print the function names to the file "filename" debugcode="x" -- execute the debug code "x" at every function start CAUTION: The debug code should NOT write to STDOUT - use STDERR instead printargs -- print the script arguments tracefunc=f1[,...,f#] -- enable tracing for the functions f1 to f# debug[=cmd] -- exeucte the command "cmd" or call a very simple cmd loop DebugShell -- start the DebugShell setvar:name=value -- set the variable "name" to "value" listfunc -- list all functions defined and exit showdefaults -- show the default variable values create_dump=dirname -- enable environment dumps; target directory is dirname SyntaxHelp -- print syntax usage examples for the functions in the template and exit dryrun -- dry run only, do not execute commands dryrun=prefix -- dry run only, add the prefix "prefix" to all commands nocleanup -- disable the house keeping at script end cleanup[=type] -- disable or enable the house keeping at script end; "type" can be all - enable all house keeping (this is the default) none - disable all house keeping nodelete - disable only removing of temporary files and directories [11.11.2017 08:19:52] The log file used was "/tmp/scriptt.sh.28366.TEMP" [11.11.2017 08:19:52] The debug messages are logged to "/tmp/scriptt.sh.28366.debug" [11.11.2017 08:19:52] scriptt.sh v1.0.0 started at Sat Nov 11 08:19:52 CET 2017 and ended at Sat Nov 11 08:19:52 CET 2017. [11.11.2017 08:19:52] The time used for the script is 0 minutes and 0 seconds. [11.11.2017 08:19:52] The RC is 0.