Skip to content

Instantly share code, notes, and snippets.

@tonejito
Last active September 16, 2020 11:55
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tonejito/b717d5b815d29b25acc9e24e8bffdea9 to your computer and use it in GitHub Desktop.
Save tonejito/b717d5b815d29b25acc9e24e8bffdea9 to your computer and use it in GitHub Desktop.
Daft Punk - Technologic
#!/bin/bash
# = ^ . ^ =
# say -v ? | grep en_US
# VOICE=Alex
# VOICE=Fred
VOICE=Samantha
# VOICE=Victoria
B1="Buy it use it break it fix it trash it change it mail upgrade it"
C1="Charge it point it zoom it press it snap it work it quick erase it"
W1="Write it cut it paste it save it load it check it quick rewrite it"
P1="Plug it play it burn it rip it drag it drop it zip unzip it"
L1="Lock it fill it call it find it view it code it jam unlock it"
S1="Surf it scroll it pause it click it cross it crack it switch update it"
N1="Name it read it tune it print it scan it send it fax rename it"
T2="Touch it bring it pay it watch it turn it leave it stop format it"
T3="Touch it scroll it pause it click it cross it crack it switch update it"
A1="${B1} ${C1} ${W1} ${P1} ${L1} ${S1} ${N1} ${T2}"
A2="${B1} ${C1} ${W1} ${P1}"
A3="${B1} ${C1} ${W1} ${S1}"
A4="${A2} ${T2}"
A5="${T2} ${A2}"
A6="${N1} ${A5}"
T1="Technologic."
T4="${T1} ${T1} ${T1} ${T1}"
T12="${T4} ${T4} ${T4} ${T4}"
TECHNOLOGIC="${A1} ${A1} ${T4} ${A1} ${A4} ${T3} ${L1} ${A3} ${A6} ${S1} ${A6} ${S1} ${N1} ${A1} ${T12}"
echo ${TECHNOLOGIC} | \
say -v ${VOICE}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment