dotfiles/home/bin/emax

7 lines
116 B
Plaintext
Raw Normal View History

#!/bin/bash
2022-10-05 04:45:20 +00:00
APPS=/Applications
if [ -d "$APPS" ]; then
$(/Applications/Emacs.app/Contents/MacOS/Emacs "$@") &
fi