5 lines
52 B
Plaintext
5 lines
52 B
Plaintext
DIR=`pwd`
|
|
cd /opt/docker/images/$1/
|
|
make $2
|
|
cd $DIR
|
DIR=`pwd`
|
|
cd /opt/docker/images/$1/
|
|
make $2
|
|
cd $DIR
|