Re: Some shell scripts I've wrote

2016-08-03 Thread Scott Bonds
I count myself among those who have taken a stab at automating wifi roaming in userland: https://github.com/bonds/winot To be clear, winot is far, far from production ready, its more of an excuse for me to play with Haskell at this point. But I've started adding to the Further Reading and

Re: Some shell scripts I've wrote

2016-08-03 Thread Steven Dee
Cool. Maybe a good complement for . On Wed, Aug 3, 2016 at 11:30 AM Walter Alejandro Iglesias < roque...@gmail.com> wrote: > Sorry! > > I have an entry in vimrc for my mail that replaces '>>' for '> >'. That > screwed the code, it was a bad idea. Here the

Re: Some shell scripts I've wrote

2016-08-03 Thread Walter Alejandro Iglesias
Sorry! I have an entry in vimrc for my mail that replaces '>>' for '> >'. That screwed the code, it was a bad idea. Here the corrected code: = #!/bin/sh # ~/bin/wifi.sh - occasional wireless connection in OpenBSD [

Some shell scripts I've wrote

2016-08-03 Thread Walter Alejandro Iglesias
Hello, Not what you asked for, but taking in care some people here complain about not having a "desktop wireless connection app" as they got used by the popular OSs, I'll share (shamelessly) what I improvised to solve my specific needs with the aim to encourage others to write their own