Skip to content

Instantly share code, notes, and snippets.

@wx13
Created June 18, 2013 23:23
Show Gist options
  • Save wx13/5810413 to your computer and use it in GitHub Desktop.
Save wx13/5810413 to your computer and use it in GitHub Desktop.
windows shortcut to a cygwin terminal program
C:\path-to-cygwin\bin\mintty.exe -he -l -e /bin/bash -c "PATH=$PATH:/bin/ && /path-to-program/program -z $1" "%1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment