Sophie

Sophie

distrib > Mandriva > 2010.0 > x86_64 > by-pkgid > db7a42361fc52f1236a61b01ceee68a3 > files > 1507

bzr-2.0.1-1mdv2010.0.x86_64.rpm

#! /bin/sh

# Put this on your $BZRPATH to use it to demonstrate bzr external plugins


if [ x$1 == x--bzr-usage ]
then
    # options
    echo ""
    # arguments
    echo ""
    exit 0
elif [ x$1 == x--bzr-help ]
then
    echo "display a fortune cookie"
    echo 
    exit 0
else
    /usr/games/fortune
fi