Created
April 10, 2012 10:02
-
-
Save achamian/2350023 to your computer and use it in GitHub Desktop.
Launch emacs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env sh | |
if [ -z $1 ]; then | |
LAUNCH_DIR=$PWD | |
else | |
LAUNCH_DIR=$1 | |
fi | |
open -a Emacs $LAUNCH_DIR |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment