Skip to content

Instantly share code, notes, and snippets.

@Napear
Created April 12, 2020 00:12
Show Gist options
  • Save Napear/b6825314688f00689d30750343775fec to your computer and use it in GitHub Desktop.
Save Napear/b6825314688f00689d30750343775fec to your computer and use it in GitHub Desktop.
#!/bin/bash
if pgrep flite > /dev/null
then
killall flite
else
xsel | flite -voice /usr/share/tts-voices/cmu_us_ljm.flitevox
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment