#!/bin/bash if [ -z "$1" ]; then echo "$0 [instance]" fi cp bld/out/gpp/game.so ~/tmp.so && mv ~/tmp.so ~/over\@$1/slacker/game.so