summaryrefslogtreecommitdiff
path: root/games/evilfinder/files
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2003-06-11 23:03:23 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2003-06-11 23:03:23 +0000
commitdca84bd9f699159c26f4bf2762dc430da3e2c11d (patch)
tree58b5ea55e7fb6b26515e302540a4798c055ca2c3 /games/evilfinder/files
parentAdd ftp.meiji.ac.jp and ftp.ntnu.no to the TEX_CTAN list. (diff)
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.
Notes
Notes: svn path=/head/; revision=82822
Diffstat (limited to 'games/evilfinder/files')
-rw-r--r--games/evilfinder/files/evilfinder8
1 files changed, 8 insertions, 0 deletions
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