diff options
author | Anivar Aravind <anivar@boss.(none)> | 2008-02-23 01:09:14 +0530 |
---|---|---|
committer | Anivar Aravind <anivar@boss.(none)> | 2008-02-23 01:09:14 +0530 |
commit | a7bc5ecd68a6cd0e8c0167ed96ee31a741533875 (patch) | |
tree | 5c46fb4f71312f378b84c243fe0d6d341c10ba88 /speech/sharika/lang/parser.sh | |
parent | ae645ce6442f2b2c249ab406b51c67635ae7f35e (diff) | |
download | Rachana.git-a7bc5ecd68a6cd0e8c0167ed96ee31a741533875.tar.gz Rachana.git-a7bc5ecd68a6cd0e8c0167ed96ee31a741533875.tar.xz Rachana.git-a7bc5ecd68a6cd0e8c0167ed96ee31a741533875.zip |
Adding Sharika: a Program for voice based control of Gnome Desktop
Diffstat (limited to 'speech/sharika/lang/parser.sh')
-rwxr-xr-x | speech/sharika/lang/parser.sh | 6 |
1 files changed, 6 insertions, 0 deletions
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 |