#! /bin/sh # This is the vi client script # Syntax : $0 inpipe outpipe filename echo $3 > $1 cat $2 > /dev/null