From dca84bd9f699159c26f4bf2762dc430da3e2c11d Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Wed, 11 Jun 2003 23:03:23 +0000 Subject: Add evilfinder, a program which determines the evilness of things. **** THE PROOF THAT This Commit Message IS EVIL **** T H I S C O M M I T M E S S A G E 84 72 73 83 67 79 77 77 73 84 77 69 83 83 65 71 69 - as ASCII values 3 9 1 2 4 7 5 5 1 3 5 6 2 2 2 8 6 - digits added \_____________/ \_____________/ \_____________/ \_____________/ \_/ 6 3 6 5 6 - digits added Thus, "This Commit Message" is 63656. Subtract 1181, the year UFO was first observed in China and Japan. The result will be 62475. Turn the number backwards, and add 111 - the only triplet that can ever be prime. The number is now 57537. Add 52 to it - this is the symbol of approval for the sin, written backwards - you will get 57589. Turn the number backwards, subtract 445 - the year Attila the Hun attacked western Europe. The number is now 98130. Turn the number backwards, subtract 1957 - the year Ford introduced the Edsel. The number is now 1232. This number, read as octal, gives 666 - the number of the Beast. This is truly evil. QED. --- games/evilfinder/files/evilfinder | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 games/evilfinder/files/evilfinder (limited to 'games/evilfinder/files') diff --git a/games/evilfinder/files/evilfinder b/games/evilfinder/files/evilfinder new file mode 100644 index 000000000000..2b118c480ea6 --- /dev/null +++ b/games/evilfinder/files/evilfinder @@ -0,0 +1,8 @@ +#!/bin/sh + +if [ "x$#" = "x0" ]; then + echo "Usage: $0 POTENTIALLY_EVIL_WORD"; exit +else +QUERY_STRING_UNESCAPED="_=$*" %%PREFIX%%/bin/ef| \ + %%LOCALBASE%%/bin/lynx -dump -force_html /dev/stdin +fi -- cgit v1.2.3