bash script until loop

Shell
until [ <some test> ]
do
<commands>
done
Source

Also in Shell: