#################################################
# #
# true love is forever #
# #
# Written by William Dupré #
# #
#################################################
lookfor ()
{
$@ # @$
}
birth ()
{
me=`free` #at last
}
life ()
{
me=`who am i` #?
love me #please
}
love ()
{
mate=$RANDOM%4$you
}
death ()
{
your_interest=("love" "money" "sex" "other");
truth=`echo $mate|bc`
case ${your_interest[$truth]} in
"love")
love; #Forever & Ever & Beyond
;;
"money")
return $truth
#Funny : in death $ is no success !
;;
"sex")
return 69;
#Did you not expect this ?
;;
*)
return 666;
#Hot or Cold, You decide !
;;
esac
}
while birth && life && ! death
do
lookfor love;
done
#################################################
# #
# Submitted on 2012-02-29 #
# #
#################################################
Aucun commentaire:
Enregistrer un commentaire