github.com/milvus-io/milvus-sdk-go/v2@v2.4.1/entity/until_fail.sh (about) 1 #!/bin/bash 2 $@ 3 while [[ $? -eq 0 ]]; do 4 $@ 5 done