diff options
Diffstat (limited to 'tools/libinput-list-devices.compat')
-rwxr-xr-x | tools/libinput-list-devices.compat | 4 |
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 $@ |