Files
docker-deployment/bin/ssh

4 lines
61 B
Plaintext

DIR=`pwd`
cd /opt/docker/images/$1/
bin/ssh "$2" "$3"
cd $DIR