init for refresh_rate NOT WORKING

This commit is contained in:
Ethan Edwards 2020-08-09 01:50:07 -04:00
parent 288cdc5a99
commit 695a67531f
4 changed files with 8 additions and 4 deletions

View file

@ -39,7 +39,7 @@ main()
{
ram_percent=$(get_percent)
echo "RAM $ram_percent"
sleep 10
sleep $RATE
}
#run main driver