about summary refs log tree commit diff
path: root/hddstat
blob: a1faaa99513dacf72085352af3c7c078092ad59d (plain) (blame)
1
2
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