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 $@