#!/bin/sh

if [ -x /usr/bin/vi ]; then
	exec /usr/bin/vi $@
else
	ae -f /etc/ae2vi.rc $@
fi
