#!/usr/bin/env bash

# Make histogram for item specified by argument 1.

histname=`echo $1 | upcase`
make $histname-hist.txt
make $histname-hist.pdf
