aboutsummaryrefslogblamecommitdiff
path: root/bin/pph.sh
blob: ce516c1678c71d6e932144e5cd1ff480ccdbf2bd (plain) (tree)
1
2
3
4
5
                                                   
                         


                                      
# Run pp(1df) on args, prefix with machine hostname
hn=$(hostname -s) || exit
pp "$@" | while IFS= read -r path ; do
    printf '%s:%s\n' "$hn" "$path"
done