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