Tweaking thinkfan-confgen a bit
This commit is contained in:
parent
b9e12d36e2
commit
570b35fa02
@ -1,7 +1,14 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -o errexit
|
set -o errexit
|
||||||
|
set -o pipefail
|
||||||
|
|
||||||
main() {
|
main() {
|
||||||
|
if [[ -f "${1}" ]]; then
|
||||||
|
exec 1>"${1}"
|
||||||
|
fi
|
||||||
|
|
||||||
|
printf "# thinkfan-confgen created %s\n" "$(date -u)"
|
||||||
|
|
||||||
find /sys -type f -name 'temp*_input' | while read -r line; do
|
find /sys -type f -name 'temp*_input' | while read -r line; do
|
||||||
echo "hwmon ${line}"
|
echo "hwmon ${line}"
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user