about summary refs log tree commit diff
path: root/hddstat
diff options
context:
space:
mode:
Diffstat (limited to 'hddstat')
-rwxr-xr-xhddstat3
1 files changed, 3 insertions, 0 deletions
diff --git a/hddstat b/hddstat
new file mode 100755
index 0000000..a1faaa9
--- /dev/null
+++ b/hddstat
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+nc localhost 7634 | sed -e 's/|//m' -e 's/||/ \n/g' | awk -F '|' '{print $1 " " $3 " " $4}' | sort

Consider giving Nix/NixOS a try! <3