```bash #!/bin/sh if [ $# -lt 2 ] then echo "Uso: $0 \"\" audio \"texto_entero para generar audio\"" exit; fi ```