dotfiles/home/bin/emax
2023-01-02 00:04:28 -05:00

7 lines
116 B
Bash
Executable File

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