#!/bin/sh
if [ -x /usr/bin/konsole ]; then TERMINAL=konsoleelif [ -x /usr/X11R6/bin/xterm ]; then TERMINAL=xtermelse echo "Could not determin TERMINAL" exit 0fi
$TERMINAL -e vi $@
View my complete profile