> On Jun 3, 2016, at 6:17 AM, Gleydson Soares <[email protected]> wrote:
>
> I usually just use a small script that lives in ~/bin
>
> cat ~/bin/wifi
>
> #!/bin/sh
>
> if [[ $1 == "home" ]]; then
>    doas ifconfig run0 nwid foonet wpa wpakey ultrasecret
>    doas dhclient run0
> fi

Yup. The goal of wifind is to do exactly this, the moment I resume my laptop,
without my interaction.

Ray

Reply via email to