From ca30a26ca1c34fdbe9a009bae201ff00baab2b64 Mon Sep 17 00:00:00 2001 From: hjelev Date: Sat, 19 Mar 2022 00:41:06 +0200 Subject: [PATCH] update --- README.md | 1 + remote_install.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 4262eaf..613e1fc 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +#!/bin/bash # Raspberry Pi MQTT monitor Python script to check the cpu load, cpu temperature, free space, used memory, swap usage, voltage and system clock speed on a Raspberry Pi or any computer running Ubuntu and publish this data to a MQTT broker. diff --git a/remote_install.sh b/remote_install.sh index 75a0f6e..c773e2e 100755 --- a/remote_install.sh +++ b/remote_install.sh @@ -1,3 +1,4 @@ +#!/bin/bash printm () { line="------" length=$(expr length "$1")