#!/bin/sh
tty=${PWD##*-}
[ -r conf ] && . ./conf
: "${TYPE:=Pc}"
: "${TERM:=xterm}"
export TERM
exec /usr/libexec/getty ${TYPE} "${tty}"
