John Hood, 08/13/2020 11:44 PM
#!/bin/sh
while sleep 10; do
date
ifconfig em1
printf "unbound status:\n"
pgrep -lf unbound
done > $0.$$.log