#!/bin/sh
# Have emacspeak connect to a TTS server in the cloud 
#Usage emcloud 

pidof -q `which emacs` &&\
 emacsclient -n -e "(dtk-cloud)" 2>&1 > /dev/null
