#! /bin/sh
#OpenScript
#(OS)Remove symbols and relocation bits  from  an  object
#(OS)file. Drop on this icon the file(s) to be stripped.
#(OS)
OPENFLAGS=9
OPENICON="appl.xpm"
OPENCOMMAND="strip $*"; eval $OPENCOMMAND
#(OS)Do not change anything above this line
