Showing posts with label cygstart. Show all posts
Showing posts with label cygstart. Show all posts

Monday, June 17, 2013

Windows Explorer to current Bash prompt

There are times when it's just faster to do some things from Windows Explorer, than from Bash.  I know, this is sacrilegious to say, but it's usually when doing Windows specific things, so give me a pass here.

I've seen many ways to do this, but I'm partial to this way. 

I used nano to save this file to /bin/x, chmod 700 and done.

It's small and simple.

Unix philosophy anyone?