freebsd-ports/games/evilfinder/files/evilfinder
Alex Kozlov e27081ff10 - Support STAGEDIR
- Convert to options helpers
2013-09-25 22:55:45 +00:00

8 lines
197 B
Bash

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