#!/bin/sh

echo >/dev/stderr "Warning: drawmpacc will be discontinued.  Used drawmap -C instead."
/usr/bin/drawmap `echo $@ | sed s/-c/-C/`

