#! /bin/sh
#OpenScript
#(OS)Starts  bitmap, a bitmap editor for the X Window 
#(OS)System. You can drop a bitmap file on this icon. 
#(OS)
OPENFLAGS=0
OPENICON="iconedit.xpm"
OPENCOMMAND="bitmap $1"; eval $OPENCOMMAND
#(OS)Do not change anything above this line
