9 lines
182 B
Text
9 lines
182 B
Text
|
#!/bin/sh
|
||
|
# SPDX-License-Identifier: GPL-2.0
|
||
|
# Copyright (C) 2023 JELOS (https://github.com/JustEnoughLinuxOS)
|
||
|
|
||
|
. /etc/profile
|
||
|
|
||
|
echo 1 >${DEVICE_PWM_FAN}
|
||
|
echo 0 >${DEVICE_FAN_INPUT}
|