BATTERY TEST

sudo wget -O ~/test.sh https://raw.githubusercontent.com/daroan/helpdesk/master/battery_linux.sh && bash ~/test.sh

curl https://raw.githubusercontent.com/daroan/helpdesk/master/battery_macos.sh -o ~/test.sh && bash ~/test.sh

 

STRESS TEST

sudo wget -O ~/test.sh https://raw.githubusercontent.com/daroan/helpdesk/master/stress_linux.sh && bash ~/test.sh

curl https://raw.githubusercontent.com/daroan/helpdesk/master/stress_macos.sh -o ~/test.sh && bash ~/test.sh