summaryrefslogtreecommitdiff
path: root/tools/libinput-debug-events.compat
blob: dc11af75203893d35db40f0e7b928f82271ab01b (plain)
1
2
3
4
#!/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 $@