3 lines
161 B
Bash
Executable file
3 lines
161 B
Bash
Executable file
#!/bin/sh
|
|
which osascript > /dev/null 2>&1 && osascript -e 'tell application "Emacs" to activate'
|
|
/Applications/Emacs.app/Contents/MacOS/bin/emacsclient -c "$@"
|