smallperson / connectbot

Automatically exported from code.google.com/p/connectbot
Apache License 2.0
0 stars 0 forks source link

Feature request: Specify shell #281

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It would be great to have an option to specify which shell to use.
Many custom roms comes with busybox and ash, but uses sh as default. If it 
was possible to specify path to the shell you want to use, ash which is much 
better, could be used.

Original issue reported on code.google.com by trygv...@gmail.com on 7 Mar 2010 at 5:29

GoogleCodeExporter commented 9 years ago
As a workaround you can use "Post-login automation" simply enter there ash[new 
line] and ash will be started 
when you open shell.

Original comment by kamil.fi...@gmail.com on 7 Mar 2010 at 7:40

GoogleCodeExporter commented 9 years ago
Thanks. Didn't know the ability to automatically run commands existed, but I 
found it 
now. Good enough workaround for me.

Original comment by trygv...@gmail.com on 7 Mar 2010 at 7:48

GoogleCodeExporter commented 9 years ago
Since other people are likely search for this, you should rather run 'exec ash',
since otherwise the prior shell process will hang around and you'll have to hit
Ctrl-D twice...

Original comment by lance.m....@gmail.com on 12 Mar 2010 at 4:04

GoogleCodeExporter commented 9 years ago

Original comment by kenny@the-b.org on 13 Mar 2010 at 8:51