@ -1,3 +1,5 @@
#!/bin/bash
if [ ! $# -eq 3 ]; then
echo "Usage: `basename "$0"` <target-key> <base-setup-key> <archive-setup-key>"
exit
target=$1
debug=${2:-"release"}
fast=${3:-"fast"}
if [ ! $# -eq 2 ]; then
echo "Usage: `basename "$0"` <target-key> <setup-key>"
if [ $# -eq 0 ]; then
echo "Usage: `basename "$0"` <target-key> [<update_from_local_setup>]"
echo "<target-key> is one key that is contained in your ./DESTINATIONS file."
src=$1
dst=$2
timeout=${3:-5}