From fcf8d0c0246b353f255eb5173cd8cd3748f8da3b Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Thu, 1 Jan 1970 03:00:00 +0300 Subject: chore: init --- hddstat | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 hddstat (limited to 'hddstat') 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 -- cgit 1.4.1