First Commit

This commit is contained in:
2018-06-21 22:49:50 -05:00
commit af15154277
134 changed files with 23594 additions and 0 deletions

20
temp Executable file
View File

@ -0,0 +1,20 @@
#!/bin/bash
#Temp of AMD GPU
clear
echo " ------------------"
echo "|AMD GPU STATISTICS |"
echo " ------------------"
echo
echo "GPU TEMP"
echo "--------"
aticonfig --odgt
echo "GPU/MEM CLOCKS"
echo "--------------"
aticonfig --od-getclocks
echo "FAN SPEED"
echo "---------"
aticonfig --pplib-cmd "get fanspeed 0"
exit 0;