Warning: this is an htmlized version!
The original is here, and
the conversion rules are here.
#!/bin/sh
# (find-angg ".zshrc")
# (find-angg ".zshrc" "ae")
# (find-angg "bin/emacs-default-x")

exec emacs24 $*

# if [ -e ~/bigsrc/git/emacs/src/emacs ]; then
#   exec  ~/bigsrc/git/emacs/src/emacs $*
# elif [ -e ~/bigsrc/emacs/src/emacs ]; then
#   exec    ~/bigsrc/emacs/src/emacs $*
# else
#   exec emacs $*
# fi