#!/bin/sh
for idx in $*
do
	opt="$opt $img"
	img=$idx
done
djpeg -grayscale $img | wbm $opt
unset img,opt,idx
