1 Commits
1.03 ... 1.04

Author SHA1 Message Date
bf87653e77 updated Version 2026-06-04 19:39:37 +00:00
2 changed files with 5 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
#!/bin/bash #! /usr/bin/env bash
VERSION="1.00" VERSION="1.04"
usage() { usage() {
local name=${0##*/} 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 exit 0

View File

@@ -1,3 +1,5 @@
#! /usr/bin/env bash
if [ -f ~/.pistressrc ]; then if [ -f ~/.pistressrc ]; then
. ~/.pistressrc . ~/.pistressrc
else else