emacs-collab/eshell

10 lines
129 B
Bash
Executable File

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