aboutsummaryrefslogtreecommitdiff
path: root/bin/pph.sh
blob: 268b6ad714c7838285c1d21284cab33761d1abcb (plain) (blame)
1
2
3
4
# Run pp(1df) on args, prefix with machine hostname
hn=$(hostname -s) || exit
pp "$@" |
awk -v hn="$hn" '{ print hn ":" $0 }'