Learn more about cloning repositories
You have read-only access
xxxxxxxxxx
while true; do
echo A
while true; do echo AA; break 2; echo BB; done
echo B
done
echo OK:$?
Everything looks good. We'll let you know here if there's anything you should know about.