#!/bin/sh if [ -z $EMACS ]; then emacs --daemon /usr/bin/emacsclient -t else /bin/sh fi