#!/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 $@
