#!/bin/sh
pnmcat -topbottom -jleft textures/*.ppm | \
ppmquant 256 | ppmtobmp >dl.bmp
./textureParams textures/*.ppm

