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