We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a079ea8 commit 9dabad9Copy full SHA for 9dabad9
Hochob/Applications/TraditionMayaLands/Imix.sh
@@ -28,15 +28,16 @@ LOCAL_DEVICE="Triki"
28
29
LogPid.sh $GOOGLE_PID $GOOGLE_NAME
30
31
+
32
+LOCAL_SOUND=`find $SEASON/$LOCAL_SEASON/ -type f | shuf -n 1`
33
+Stream.sh "$LOCAL_DEVICE" "1.0" "$LOCAL_SOUND"
34
35
if [ "$LANGUAGE" = "english" ]; then
36
Robot.sh $AMIKOO_SAY "Happy Halloween"
37
else
38
Robot.sh $AMIKOO_DECIR "Feliz dia de muertos"
39
fi
40
-LOCAL_SOUND=`find $SEASON/$LOCAL_SEASON/ -type f | shuf -n 1`
-Stream.sh "$LOCAL_DEVICE" "1.0" "$LOCAL_SOUND"
-
41
# See implement WindRiver.sh logic, maybe Season service?
42
43
# End of File
0 commit comments