updated Version
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
#! /usr/bin/env bash
|
||||
|
||||
if [ -f ~/.pistressrc ]; then
|
||||
. ~/.pistressrc
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user