Skip to content

Commit cc85203

Browse files
authored
Update TiburonBallena.sh
1 parent 7685dda commit cc85203

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

Hochob/Applications/NorthernMayaLowlands/TiburonBallena.sh

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@ LOCAL_LANGUAGE=`Language.sh`
3030
# StreamAudio.sh $LOCAL_DEVICE spanish robot "Hola"
3131
# Survey.sh $LOCAL_DEVICE spanish robot 1
3232

33+
StreamAudio.sh $LOCAL_DEVICE english tt \
34+
"
35+
Imagina esto, cielo rosa, atardeceres naranjas, mucho desierto y acantilados. \
36+
Pero donde puedes ver esto y mas? En marte!
37+
"
38+
39+
exit 0
40+
3341
StreamAudio.sh $LOCAL_DEVICE english tt \
3442
"Which spacecraft took the first photos of Mars? \
3543
One, Curiosity. \
@@ -38,8 +46,6 @@ StreamAudio.sh $LOCAL_DEVICE english tt \
3846
Four, Mariner 4."
3947
Survey.sh $LOCAL_DEVICE english tt 4
4048

41-
exit 0
42-
4349
if [ "$LOCAL_LANGUAGE" = "english" ]; then
4450
Eek.sh english robot "Hi Lupe, good morning"
4551
Eek.sh english tt "Hi Lupe, good morning"

0 commit comments

Comments
 (0)