#!/bin/sh
(tifftopnm $* | ppmtogif | \
 xloadimage stdin >/dev/null) 2>/dev/null
