Skip to content

Instantly share code, notes, and snippets.

@mslinn
Last active December 14, 2015 03:28
Show Gist options
  • Save mslinn/5020814 to your computer and use it in GitHub Desktop.
Save mslinn/5020814 to your computer and use it in GitHub Desktop.
Opens Windows Explorer in current directory from Cygwin bash prompt
#!/bin/bash
`cygpath -a $WINDIR/system32/explorer` /select,`cygpath -ad .`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment