#!/bin/sh
. /etc/profile
if [ -z $EMACS ]; then
  export EMACS=25
  emacs --daemon
  /usr/bin/emacsclient -t
else
  /bin/bash
fi