status: cleanup and global exec

This commit is contained in:
pedro 2024-02-20 10:59:56 +01:00
parent 45f230550d
commit 9eb9108a60
1 changed files with 1 additions and 4 deletions

View File

@ -7,10 +7,7 @@ set -u
main() {
#instances="$(ls -1 build__* \
# | grep -E 'instance|pilot' \
# | cut -d'_'
# )"
cd "$(dirname "${0}")"
instances="$(find . -maxdepth 1 -type d \
| grep -E 'pilot|instance' \
| cut -d'_' -f3