#! /bin/sh
#OpenScript
#(OS)Starts vi
OPENFLAGS=1
OPENICON="editor.xpm"
OPENCOMMAND="vi $*"; eval $OPENCOMMAND
#(OS)Do not change anything above this line
