package updates nd removed nbfc-mono

This commit is contained in:
2021-09-21 19:45:47 +05:30
parent 677953529c
commit 21212a5cf4
5 changed files with 10 additions and 29 deletions

View File

@@ -1,14 +0,0 @@
#!/usr/bin/env nix-shell
#! nix-shell -i bash -p mono
#Script to control fans via nbfc in /opt/nbfc
if [[ $1 = "a" ]]; then
mono /opt/nbfc/nbfc.exe set -f 0 -a
else
mono /opt/nbfc/nbfc.exe set -f 0 -s $1
fi
if [[ $2 = "a" ]]; then
mono /opt/nbfc/nbfc.exe set -f 1 -a
else
mono /opt/nbfc/nbfc.exe set -f 1 -s $2
fi