emacs-collab/eshell

9 lines
111 B
Plaintext
Raw Normal View History

2017-06-02 23:56:45 +00:00
#!/bin/sh
2017-06-15 11:31:29 +00:00
. /etc/profile
2017-06-02 23:56:45 +00:00
if [ -z $EMACS ]; then
emacs --daemon
/usr/bin/emacsclient -t
else
2017-06-15 11:31:29 +00:00
/bin/bash
2017-06-02 23:56:45 +00:00
fi