8 lines
156 B
Bash
8 lines
156 B
Bash
#!/bin/bash
|
|
|
|
source ./path.sh
|
|
|
|
"${CURRENT_PATH}"/../ability/bin/deploy.sh
|
|
"${CURRENT_PATH}"/../band/bin/deploy.sh
|
|
"${CURRENT_PATH}"/../coffee/bin/deploy.sh
|