bash_aliases: cygwin "cs" function: launch file from its own directory
This commit is contained in:
parent
332dad74be
commit
5b2b188489
@ -156,7 +156,7 @@ if [ -e /bin/cygwin1.dll ]; then
|
||||
{
|
||||
while [ "$1" != "" ]
|
||||
do
|
||||
HOME='' cygstart "$1"
|
||||
(cd $(dirname "$1"); HOME='' cygstart $(basename "$1"))
|
||||
shift
|
||||
done
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user