void-packages/srcpkgs/logiops/files/logid/run
T0mstone 380f9f12df
New package: logiops-0.3.2
Co-authored-by: Duncaen <duncaen@voidlinux.org>
Closes: https://github.com/void-linux/void-packages/pull/42849
2023-06-28 19:46:08 +02:00

5 lines
104 B
Bash

#!/bin/sh
exec 2>&1
[ -r conf ] && . ./conf
modprobe -q hid_logitech_hidpp || exit 1
exec logid ${OPTS}