freebsd-ports/games/evilfinder/files/evilfinder

9 lines
197 B
Text
Raw Normal View History

#!/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