distribution/packages/sysutils/system-utils/sources/scripts/fancontrol
2023-09-12 23:47:49 +00:00

12 lines
341 B
Bash
Executable file

#!/bin/bash
# SPDX-License-Identifier: Apache-2.0
# Copyright (C) 2021-present Fewtarius (https://github.com/fewtarius)
###
### Fan Control now redirects to the quirk device/bin/fancontrol
### so we don't need to have multiple variants in /usr/bin.
###
. /etc/profile
"/usr/lib/autostart/quirks/devices/${QUIRK_DEVICE}/bin/fancontrol" $*