summaryrefslogtreecommitdiffstats
path: root/.local/bin/status/sb-net
blob: 97283af010fd2f51d8be08a4c362b8df4d09aca0 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

if ifconfig | grep -F ' active' >/dev/null; then
	echo " "
	return
fi

echo " "