#! /bin/sh
if [ "$1" != "" ]; then
   rm -fR  $1/.freedom/trash/* $1/.freedom/trash/.[!.]*
else
   exit 1
fi
