Bash script to enable parallel deployment.

This commit is contained in:
Andreas Svanberg 2014-05-08 09:54:30 +02:00
parent 03af12d860
commit a0f4450ec7

6
parallel.sh Executable file

@ -0,0 +1,6 @@
#!/bin/bash
if [ ! $1 ]; then
echo "Usage: $0 <versionnumber>"
exit 1
fi
mv view/target/scipro2.war view/target/scipro2##$(printf "%06d" $1).war