mahadi22 / Raspberry-pi-script

This script to show status of Raspberry pi running on raspberry pi os.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Raspberry Pi Script Collection

This repo are for collection of script for Raspberry Pi running on Raspberry Pi OS / Raspbian.

Requirement & About Script

1. rpiabout

This script show parameter about your system.

piaboutss

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

2. rpistatus

This script show power status of your system.

pistatusss

Package Requirement: NONE (vcgencmd included in OS)

About

This script to show status of Raspberry pi running on raspberry pi os.

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%