summaryrefslogtreecommitdiff
path: root/tools/libinput-list-devices.compat
blob: 3fe3baa54b01fae08bbe9a4efdb02dc372c7cf86 (plain)
1
2
3
4
#!/bin/sh

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