#!/bin/bashexport p=`pwd`export pc=`cygpath -w $p/$1`explorer.exe /root,$pc &
I noticed if you type a capital "L" that it will bring up the CYGWIN spawned explorer.exe window.This can be annoying since it happens anytime you type cap-L
Post a Comment
1 comment:
I noticed if you type a capital "L" that it will bring up the CYGWIN spawned explorer.exe window.
This can be annoying since it happens anytime you type cap-L
Post a Comment