#!/bin/sh
#Makes the images.h file

./bin2c folder.png image.png text.png binary.png video.png audio.png | cat images.h.head - > images.h
