Project

General

Profile

Bug #10833 » watch-em1.sh

John Hood, 08/13/2020 11:44 PM

 
1
#!/bin/sh
2
while sleep 10; do
3
date
4
ifconfig em1
5
printf "unbound status:\n"
6
pgrep -lf unbound
7
done > $0.$$.log
8

    
(5-5/5)