#!/usr/bin/sh
if [ $# -ne 0 ]
then
 if [ "$1" == "-h" ]||[ "$1" == "--help" ]
 then
  man 6 mrrescue
  exit
 fi
 echo "Invalid option(s): $*" 1>&2
 echo Usage: `basename $0` [-h] 1>&2
 exit 1
fi
love /usr/share/mrrescue/mrrescue.love
