4 lines
131 B
Bash
4 lines
131 B
Bash
|
|
source ../environment.sh
|
||
|
|
rm $AIRPORT_JAR
|
||
|
|
cp $AIRPORT_REMOTE_JAR $AIRPORT_JAR
|
||
|
|
./builder.sh $AIRPORT_NAME $AIRPORT_IMAGE $AIRPORT_JAR
|