#	$Header$
#	$Source$

#                        Copyright (c) 1987 Bellcore
#                            All Rights Reserved
#       This document contains proprietary information that shall
#       be distributed or routed only within Bellcore and its
#       authorized clients, except with written permission of Bellcore.

#! /bin/sh
# do vi in a window
#
dir=`echo $* | sed 's./[^/]*$./.'`
cd $dir;
cat /usr/sau/mgr/menu/vi_menu.out
eval "`set_termcap -b`" 
exec /usr/ucb/vi $*
