Edited wiki page through web user interface.
This commit is contained in:
parent
6be9d81904
commit
e497ef64d5
|
@ -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.
|
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*
|
*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.
|
* As with any decent shell script, use exit codes. Exit code 0 reflects successful execution, any other value a faillure.
|
||||||
|
|
Loading…
Reference in New Issue