From a7bc5ecd68a6cd0e8c0167ed96ee31a741533875 Mon Sep 17 00:00:00 2001 From: Anivar Aravind Date: Sat, 23 Feb 2008 01:09:14 +0530 Subject: Adding Sharika: a Program for voice based control of Gnome Desktop --- speech/sharika/lang/parser.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 speech/sharika/lang/parser.sh (limited to 'speech/sharika/lang/parser.sh') diff --git a/speech/sharika/lang/parser.sh b/speech/sharika/lang/parser.sh new file mode 100755 index 0000000..adaac0b --- /dev/null +++ b/speech/sharika/lang/parser.sh @@ -0,0 +1,6 @@ +#!/bin/sh +date +%p > tempfile && dhvani tempfile +date +%l > tempfile && dhvani -l m tempfile +echo മണി > tempfile && dhvani tempfile +date +%M > tempfile && dhvani -l m tempfile +echo മിനിട്ട് > tempfile && dhvani tempfile -- cgit