change the date
[tools/build.git] / telnet_login_wrapper
1 #!/bin/sh
2
3 # login wrapper, just start a shell without arguments.
4 # this skips all parameters and is the only way to open a shell without login
5 # prompt on most telnetd implementations
6
7 /bin/bash --login || sh
8