Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@yuga
Created February 13, 2012 22:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yuga/1820974 to your computer and use it in GitHub Desktop.
Save yuga/1820974 to your computer and use it in GitHub Desktop.
shell wrapper for emacs on cygwin, use this instead of 'ghc-mod'
#!/bin/sh
exec "$0"/../ghc-mod ${1+"$@"} | dos2unix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment