From c66ed4dc6d861ec372271d13407bc4fe57861c1f Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Mon, 6 Mar 2017 22:30:17 +0100 Subject: Added byobu config --- byobu/.byobu/bin/60_hddtemp.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 byobu/.byobu/bin/60_hddtemp.sh (limited to 'byobu/.byobu/bin/60_hddtemp.sh') diff --git a/byobu/.byobu/bin/60_hddtemp.sh b/byobu/.byobu/bin/60_hddtemp.sh new file mode 100755 index 0000000..7cb46f5 --- /dev/null +++ b/byobu/.byobu/bin/60_hddtemp.sh @@ -0,0 +1,2 @@ +#!/bin/sh +netcat 127.0.0.1 7634 | awk -F '|' '{ print $4" C"}' -- cgit v1.2.3