status: cleanup and global exec
This commit is contained in:
parent
45f230550d
commit
9eb9108a60
|
@ -7,10 +7,7 @@ set -u
|
||||||
|
|
||||||
main() {
|
main() {
|
||||||
|
|
||||||
#instances="$(ls -1 build__* \
|
cd "$(dirname "${0}")"
|
||||||
# | grep -E 'instance|pilot' \
|
|
||||||
# | cut -d'_'
|
|
||||||
# )"
|
|
||||||
instances="$(find . -maxdepth 1 -type d \
|
instances="$(find . -maxdepth 1 -type d \
|
||||||
| grep -E 'pilot|instance' \
|
| grep -E 'pilot|instance' \
|
||||||
| cut -d'_' -f3
|
| cut -d'_' -f3
|
||||||
|
|
Reference in New Issue