Re: How to run a bash shell script from cygwin console

2008-07-17 Thread Ken Jackson
Sam Hanes writes: > akarui wrote: > > > > Here from the output, I see that "cd", "pwd" and "ls" worked fine. But the > > console prompt is not yet changed, means, "cd" didn't permanently changed > > the directory, 'cause I get "pwd" as below: > > / > > $ pwd > > /cygdrive/d

Re: How to run a bash shell script from cygwin console

2008-07-17 Thread Sam Hanes
akarui wrote: > > Here from the output, I see that "cd", "pwd" and "ls" worked fine. But the > console prompt is not yet changed, means, "cd" didn't permanently changed > the directory, 'cause I get "pwd" as below: > / > $ pwd > /cygdrive/d > / > > Note that, I like

Re: How to run a bash shell script from cygwin console

2008-07-17 Thread akarui
Now, I have new issue after adding a line ("cd") in the script. New script looks like as below: / #!/bin/bash cd "c:\Program Files\eviware\soapUI-Pro-2.0.3\bin"#This is mount-mapped as "/soapui" pwd ls / The output I get on the cygwin console is as follow: /***