#!/bin/sh
# Workaround for telnetd not signalling login to /bin/sh
exec /bin/sh --login "$@"
