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