#!/bin/bash

exec ~/bin/xterm.sh 	-geometry 80x40+200+100 \
		-T "xvim" \
		-name xvim \
		-e vim + $*

