6 lines
97 B
Bash
Executable File

#!/bin/sh
[ "${ACTION}" = "add" ] && [ "${INTERFACE%%[0-9]}" = "wl" ] && {
/sbin/wifi config
}