#!/bin/sh
# Speak from outside Emacs
#Usage emstatus 

emacsclient -n -e "(make-thread #'emacspeak-speak-mode-line)"  2>&1 > /dev/null
