aboutsummaryrefslogtreecommitdiff
path: root/byobu/.byobu/bin/60_hddtemp.sh
diff options
context:
space:
mode:
Diffstat (limited to 'byobu/.byobu/bin/60_hddtemp.sh')
-rwxr-xr-xbyobu/.byobu/bin/60_hddtemp.sh2
1 files changed, 2 insertions, 0 deletions
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"}'