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