exit until loop bash code example Example: bash script until loop until [ <some test> ] do <commands> done