(no commit message)
[infrastructure.git] / scripts / 5.0-push.sh
1 launcher=$1; shift
2 [ -f $launcher ] || { echo "Could not find launcher $launcher - exiting"; exit 1; }
3 for h in liquid reed velvet; do scp $launcher root@${h}.pl.sophia.inria.fr:bin/ ; done