#!/bin/sh
# Notify via  emacspeak from outside 
#Usage emsnotify <text> 
l="$@"
emacsclient -n -e "(dtk-notify-speak  \"$l\")"  2>&1 > /dev/null
