Running this in the browser console will cycle through all voices for language 'en*'.
(function() {
play();
async function play() {
let all = "Do no blue next turn. \n \
Do no blue next turn but add +2 if you score. \n Bye.";Running this in the browser console will cycle through all voices for language 'en*'.
(function() {
play();
async function play() {
let all = "Do no blue next turn. \n \
Do no blue next turn but add +2 if you score. \n Bye.";| KEYNAME=${KEYNAME:=defaultKeyPair} | |
| ## Generate a server cert | |
| ssh-keygen -t rsa -b 4096 -f ${KEYNAME} | |
| # Upload the key | |
| aws ec2 import-key-pair \ | |
| --key-name ${KEYNAME} \ | |
| --public-key-material file://${KEYNAME}.pub |