#!/bin/sh

exec 1>&3
exec 2>&3

ls -l /usr/bin/fping*
if which getcap > /dev/null; then
    getcap /usr/bin/fping*
fi
