#!/bin/sh

# This is a little "wrapper" shell script, which runs elvis with 
# the GUI set to always be termcap, useful for people (like me) that _hate_
# all these evil attempts to make "vi" ito a graphical editor.  ;-)

exec /usr/bin/elvis -G termcap $@
