Mercurial > dotfiles
view unixSoft/otherbin/emacs.sh @ 442:5e6b1240684c
shell.d: add script to set some environment variables for openssl
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Sat, 15 Jul 2017 13:00:27 -0400 |
parents | b403402153b5 |
children | 7983184eb8d8 |
line wrap: on
line source
#!/bin/sh if [ "`uname`" = "Darwin" ] ; then open -a emacs "$@" else emacs -nw "$@" fi