blob: e3d052a84025729a75d77aa325ac53be505c82df [file] [log] [blame]
#!/bin/sh
if [ -c /dev/$2 ]
then
/sbin/getty -L $1 $2 $3
fi