Skip to content

Instantly share code, notes, and snippets.

@basicavisual
Created March 1, 2018 22:46
Show Gist options
  • Save basicavisual/085d7c14c505e816592eb894ed1c7aac to your computer and use it in GitHub Desktop.
Save basicavisual/085d7c14c505e816592eb894ed1c7aac to your computer and use it in GitHub Desktop.
time script
#!/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