Created
March 1, 2018 22:46
-
-
Save basicavisual/085d7c14c505e816592eb894ed1c7aac to your computer and use it in GitHub Desktop.
time script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
PATH=/opt/someApp/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin | |
t=`date +"%T"` | |
gtts-cli $t -l 'es' | mpg123 - |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment