first checkin test

This commit is contained in:
Louwrentius 2009-01-31 17:54:45 +00:00
parent f7c2f34cb5
commit 04501ea92a
1 changed files with 2 additions and 2 deletions

View File

@ -38,8 +38,8 @@
trap 'kill_process; ' INT
# Setting some vars. Do not change.
SCRIPT_NAME="Parallel Processing Shell Script"
SCRIPT_VERSION="1.10"
SCRIPT_NAME="Distributed Parallel Processing Shell Script"
SCRIPT_VERSION="1.90"
RUNNING_SIGNAL="$0_is_running" # Prevents running mutiple instances of PPSS..
GLOBAL_LOCK="PPSS-GLOBAL-LOCK" # Global lock file used by local PPSS instance.