Hello World

File telnet_login_wrapper of Package build

#!/bin/sh

# login wrapper, just start a shell without arguments.
# this skips all parameters and is the only way to open a shell without login
# prompt on most telnetd implementations

/bin/bash --login || sh