#! /bin/sh
#OpenScript
#(OS)Starts the findtool. You can drop a directory on
#(OS)this icon or double-click it.
OPENFLAGS=0
OPENICON="find.xpm"
cd $1;OPENCOMMAND="$FREEDOMDIR/bin/Xfind $1 &"; eval $OPENCOMMAND
#(OS)Do not change anything above this line
