scripts

shell scripts
git clone git://git.bitsmanent.org/scripts
Log | Files | Refs | README

commit 6d944a6fda34c67dcbcd80a7145479d4351543e6
parent 1b86c9fc115f424c0caf3705751b5fc5b5dbea1d
Author: Claudio Alessi <smoppy@gmail.com>
Date:   Sat, 23 Sep 2017 19:56:31 +0200

Add an example about iwpick -p flag.

Diffstat:
MREADME.md | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -36,6 +36,10 @@ Then use the alias to connect: $ sudo iwpick -a home +Connect to the first known network available: + + $ sudo iwpick -p + *TIP: $ chmod og-rwx ~/.networks* I'm considering if implement or not a flag to connects to the best possible network. The priority should be, descending order: private known networks, public known networks, public unknown networks. Networks with higher security and/or signal have higher priority. For now it's just an idea.