Skip to content

Instantly share code, notes, and snippets.

@grimmo
Forked from joxer/Italian Christmas
Last active October 28, 2015 12:21
Show Gist options
  • Select an option

  • Save grimmo/596b2a8517c83254ec3b to your computer and use it in GitHub Desktop.

Select an option

Save grimmo/596b2a8517c83254ec3b to your computer and use it in GitHub Desktop.
Tira giù tutti i santi dal calendario
#!/bin/bash
# richiede pacchetti espeak mbrola-it3
while [ 1 ]
do
MANNAGGIA="Mannaggia a san`curl -s www.santiebeati.it/$(</dev/urandom tr -dc A-Z|head -c1)/|grep -a tit|cut -d'>' -f5|cut -d'<' -f1|shuf -n1`"
echo "$MANNAGGIA"
espeak -p 40 -s 135 -v mb-it3 "$MANNAGGIA"
sleep 1
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment