First Commit
This commit is contained in:
29
systools
Executable file
29
systools
Executable file
@ -0,0 +1,29 @@
|
||||
#!/bin/bash
|
||||
|
||||
|
||||
while [ 1=1 ]
|
||||
|
||||
do
|
||||
|
||||
clear
|
||||
|
||||
|
||||
echo "[1] - AMD STATS (fan, memory, temp etc)"
|
||||
echo "[2] - SET FAN SPEED"
|
||||
echo
|
||||
echo -n "Please enter a number: "
|
||||
read choice
|
||||
|
||||
if [ "$choice" = "1" ]
|
||||
then temp
|
||||
read
|
||||
|
||||
elif [ "$choice" = "2" ]
|
||||
then setfan
|
||||
|
||||
else
|
||||
echo "Wrong key asshole dick bag"
|
||||
|
||||
fi
|
||||
|
||||
done
|
Reference in New Issue
Block a user