#!/bin/sh if [ $# -lt 1 ] then echo "You must pass in the texture!" exit 1 fi convert $1 -compress none $1.ppm