Edited wiki page through web user interface.

This commit is contained in:
Louwrentius 2009-03-15 00:55:55 +00:00
parent 6be9d81904
commit e497ef64d5
1 changed files with 2 additions and 0 deletions

View File

@ -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.