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