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")