#!/bin/sh

# backward compatibility script
echo 'Warning: use "monitor_ddc dump" instead of "ddcdump"' > /dev/stderr
monitor_ddc dump
