This repo are for collection of script for Raspberry Pi running on Raspberry Pi OS / Raspbian.
This script show parameter about your system.
Package Requirement: html2text
and curl
package
sudo apt update
sudo apt install html2text curl
or
sudo apt-get update
sudo apt-get install html2text curl
This script show power status of your system.
Package Requirement: NONE (vcgencmd
included in OS)