base-files: add 'isup' to the wifi script
authorAndre Heider <a.heider@gmail.com>
Wed, 2 Nov 2022 07:50:20 +0000 (08:50 +0100)
committerChristian Marangi <ansuelsmth@gmail.com>
Wed, 12 Apr 2023 17:49:30 +0000 (19:49 +0200)
commit28e357d528edf5980a523eff497b72da8bde3d91
tree326255e685402cd6b122a626c7568113c8fad16b
parent8fbe7738b9ef4131c8ca069c0f3abde134139da2
base-files: add 'isup' to the wifi script

This is a silent command that allows easy wifi up/down automation for
scripts.

It takes one or multiple devices as arguments (or all if none are passed),
and the exit code indicates if any of those is not up.

E.g.:
wifi isup && echo "all wifi devices are up"
wifi isup radio0 || echo "this wifi is down"

Signed-off-by: Andre Heider <a.heider@gmail.com>
package/base-files/files/sbin/wifi