head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 98.12.13.15.42.32; author alexis; state Exp; branches; next ; desc @vi wrapper @ 1.1 log @Initial revision @ text @#!/bin/sh case `uname -n` in danae) case $1 in *.html|*.[1-8]|*.tex) /usr/bin/vi -c no "$@@" ;; *) /usr/bin/vi "$@@" ;; esac ;; perseus) /usr/bin/vi "$@@" ;; *) echo "this script doesn't know how to edit on this machine" ;; esac @