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