#!/bin/sh

echo "WARNING: This compatibility wrapper will be removed in the future. Please run 'libinput debug-events' instead"  1>&2
exec libinput debug-events $@
