4 lines
61 B
Plaintext
4 lines
61 B
Plaintext
DIR=`pwd`
|
|
cd /opt/docker/images/$1/
|
|
bin/ssh "$2" "$3"
|
|
cd $DIR |