#!/bin/sh
cc -o ascii ascii.c && ./ascii > table
cc -DRAW -o ascii ascii.c && ./ascii > raw
rm -f ascii