]> Sergey Matveev's repositories - sgmon.git/blob - helper/iface
Initial commit
[sgmon.git] / helper / iface
1 #!/bin/sh -e
2
3 ifconfig $1 > state/ifconfig-out
4 cat state/ifconfig-out
5 grep -q "flags=.*UP" state/ifconfig-out