¿Qué se imprime al ejecutar el siguiente script?
#!/bin/bash string="OpenAI" echo ${string,,}
openai
OPENAI
OpenAI
oPENaI