#!/bin/sh
java MNISTtoPPM "testImg" "testLbl" $1 | convert - GIF:- | xv -

