summaryrefslogtreecommitdiff
path: root/tools/libinput-list-devices.compat
diff options
context:
space:
mode:
Diffstat (limited to 'tools/libinput-list-devices.compat')
-rwxr-xr-xtools/libinput-list-devices.compat4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/libinput-list-devices.compat b/tools/libinput-list-devices.compat
new file mode 100755
index 0000000..3fe3baa
--- /dev/null
+++ b/tools/libinput-list-devices.compat
@@ -0,0 +1,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 $@