dotfiles/bin/emax
2022-10-05 00:45:20 -04:00

7 lines
116 B
Bash
Executable File

#!/bin/bash
APPS=/Applications
if [ -d "$APPS" ]; then
$(/Applications/Emacs.app/Contents/MacOS/Emacs "$@") &
fi