3 lines
93 B
Plaintext
3 lines
93 B
Plaintext
|
#!/bin/sh
|
||
|
setsid -f emacsclient --create-frame --alternate-editor='emacs' $@ >/dev/null 2>&1
|