#! /bin/sh
#OpenScript
#(OS)Starts the trash tool. You can drop a set of files 
#(OS)on this icon or double-click it.
OPENFLAGS=0
OPENICON="trashcan.xpm"
OPENCOMMAND="if [ -z \"\$1\" ]; then $FREEDOMDIR/bin/Xtrash -geometry 475x125-0-0; else  mv -f \$* $HOME/.freedom/trash; fi"; eval $OPENCOMMAND
#(OS)Do not change anything above this line
