% query="$(echo "$QUERY_STRING" | sed -e 's/query=//' -e 's/+/ /g')" % result="$(img-chon.sh query $query)" % count="$(echo "$result" | wc -l)" % tags="$(img-chon.sh tags | tr '\n' ' ')" % ntags="$(echo "$tags" | wc -w)"
% mkfifo /tmp/fifofifo % img-chon.sh query-thumb $query > /tmp/fifofifo & % echo "$result" | ./bin/urldecode.awk | paste - /tmp/fifofifo | awk -F'\t' '{ % print "" % print " " % print "" % }' % rm /tmp/fifofifo