6 lines
73 B
Plaintext
6 lines
73 B
Plaintext
|
#! /bin/bash
|
||
|
|
||
|
# stop the emacs daemon
|
||
|
|
||
|
emacsclient --eval "(kill-emacs)"
|