You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@ nfancurve
2
2
---------
3
3
You are probably wondering why I have chosen to write this script in Bash. The reason is very simple; I wanted a script with the minimum number of dependencies possible. To get this script up-and-running you _technically_ only need the `temp.sh` file, and the `config` file.
4
4
5
-
The current version of the script is **version 17**.
5
+
The current version of the script is **version 18**.
6
6
7
7
This script is currently set up for Celsius. However, it can easily be modified for other temperature scales.
8
8
@@ -49,6 +49,8 @@ There are unofficial AUR packages maintained by [@Scrumplex](https://github.com/
49
49
-[@stefmitropoulos](https://github.com/stefmitropoulos), for greatly improving the way config files are loaded
50
50
-[@mklement0](https://stackoverflow.com/users/45375/mklement0), (stackoverflow) for a [POSIX implimentation](https://stackoverflow.com/questions/29832037/how-to-get-script-directory-in-posix-sh) of resolving file symlinks
51
51
-[@xberg](https://github.com/xberg), for finding and fixing a bug with the multi-GPU side of the script
52
+
-[@edave](https://github.com/edave), for helping test the initial implimentation of multi-fan GPU support
53
+
-[@louissmit](https://github.com/louissmit), for helping test the final multi-fan GPU feature implimentation
52
54
53
55
## TODO
54
56
-~~make sure that "CoolBits" is enabled~~ - _not really the scope of this script_
0 commit comments