2.10 - Ok version with fixed file handling when using input file instead of dir
This commit is contained in:
parent
33b646319e
commit
b844fa3ac7
|
@ -38,7 +38,7 @@ trap 'kill_process; ' INT
|
|||
|
||||
# Setting some vars. Do not change.
|
||||
SCRIPT_NAME="Distributed Parallel Processing Shell Script"
|
||||
SCRIPT_VERSION="2.08"
|
||||
SCRIPT_VERSION="2.10"
|
||||
|
||||
# The first argument to this script is always the 'mode'.
|
||||
MODE="$1"
|
||||
|
|
Loading…
Reference in New Issue