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