diff --git a/wiki/Manual2.wiki b/wiki/Manual2.wiki index 7fa4cf4..583c0cb 100644 --- a/wiki/Manual2.wiki +++ b/wiki/Manual2.wiki @@ -182,6 +182,8 @@ fi Take notice of the basename command. Items are provided with full path. Basename strips this path from the filename and uses just the filename in this script. +By sourcing the config.cfg file of PPSS, this script can use the PPSS_LOCAL_OUTPUT variable, or any other variable contained within the configuration file. + *Rules when writing a script for usage with PPSS* * As with any decent shell script, use exit codes. Exit code 0 reflects successful execution, any other value a faillure.