Talking Clock With Bash On Linux & espeak
Page 1 of 1
Talking Clock With Bash On Linux & espeak
- Code:
sudo apt-get install -y espeak
- Code:
#!/bin/bash
date +%I:%M%p | espeak
- Code:
sudo +x test.sh
- Code:
./test.sh
File Update
https://app.box.com/s/vz1cmu4hpywotznal8o2sm0cshjachck
Idea came from
fitzcarraldoblog.wordpress.com/2012/01/19/setting-up-a-talking-clock-easily-in-linux
Last edited by jamied_uk on 23rd May 2016, 00:11; edited 3 times in total
Re: Talking Clock With Bash On Linux & espeak
Add a function to your .bashrc file
- Code:
function clock(){
date +%I:%M%p | espeak
}
Similar topics
» Female Voice For Espeak Linux Bash Commands
» BASH Linux Talking IP Script
» Talking Countdown With Bash On Linux
» Linux Bash Talking Function
» Simple Talking Linux Bash Function
» BASH Linux Talking IP Script
» Talking Countdown With Bash On Linux
» Linux Bash Talking Function
» Simple Talking Linux Bash Function
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum