8 lines
182 B
Bash
8 lines
182 B
Bash
#!/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}
|