Closed GoogleCodeExporter closed 9 years ago
Sorry i forgot the 'm' on cygterm;
putty.exe -cygterm bash.exe --login -i -c "cd /cygdrive/c"
Original comment by johnmoo...@gmail.com
on 15 Feb 2011 at 9:33
Ok, i figured it out:
putty.exe -cygterm /bin/bash --login -i -c "cd /cygdrive/c"
Original comment by johnmoo...@gmail.com
on 16 Feb 2011 at 3:35
I don't think that -i and -c really work together that way. What you probably
want is:
putty.exe -cygterm sh -c "cd /cygdrive/c; exec bash --login -i"
Original comment by medgar123
on 27 Feb 2011 at 1:48
Original issue reported on code.google.com by
johnmoo...@gmail.com
on 15 Feb 2011 at 9:31