3 lines
69 B
Bash
Executable file
3 lines
69 B
Bash
Executable file
#!/usr/bin/env sh
|
|
|
|
exec emacsclient -c -a 'emacs' $@ >/dev/null 2>&1
|