#!/bin/sh
# WARNING: This file was auto-generated. Do not edit!
host=${1-0}
user=${2-}
port=79
echo "$user" | /usr/pkg/bin/tcpclient -RHl0 -- "$host" "$port" sh -c '
  /usr/pkg/bin/addcr >&7
  exec /usr/pkg/bin/delcr <&6
' | cat -v
