From bf87653e772a1818fc8d9bf8d91d1446ca2b45a4 Mon Sep 17 00:00:00 2001 From: Olli Graf Date: Thu, 4 Jun 2026 19:39:37 +0000 Subject: [PATCH] updated Version --- bin/plot_cpu_temp.sh | 6 +++--- bin/run-cpu-stress.sh | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/bin/plot_cpu_temp.sh b/bin/plot_cpu_temp.sh index ef30bce..b017fa6 100755 --- a/bin/plot_cpu_temp.sh +++ b/bin/plot_cpu_temp.sh @@ -1,5 +1,5 @@ -#!/bin/bash -VERSION="1.00" +#! /usr/bin/env bash +VERSION="1.04" usage() { local name=${0##*/} @@ -121,6 +121,6 @@ plot LOGFILE using 1:2 with lines lc rgb COLOR lw 2 title 'CPU-Temperatur'; " -echo "Plot erzeugt: $OUTFILE" +echo "Plot generated: ${OUTFILE}" exit 0 diff --git a/bin/run-cpu-stress.sh b/bin/run-cpu-stress.sh index c2029ff..d947afd 100755 --- a/bin/run-cpu-stress.sh +++ b/bin/run-cpu-stress.sh @@ -1,3 +1,5 @@ +#! /usr/bin/env bash + if [ -f ~/.pistressrc ]; then . ~/.pistressrc else