#!/bin/sh
# \
exec expect "$0" ${1+"$@"}
spawn /usr/lib/yp/ypinit -m
expect "next host to add:  "
send ""
expect "Is this correct?"
send "y\r"
expect eof
