citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

commit 3a85de680d603909129ba130d1608aa4870ad0c8
parent 0d7a777c60afbfe51384aa03aa9f3b2bc7d39427
Author: William Casarin <jb55@jb55.com>
Date:   Mon, 28 Jun 2021 07:21:16 -0700

wifis: quick sudo hack

Diffstat:
Mbin/wifis | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/bin/wifis b/bin/wifis @@ -12,6 +12,8 @@ s,;,\t,g EOF ) +sudo echo hello + sudo iwlist wlp4s0 scan \ | grep -A6 -i -e key \ | tr '\n' $'\t' \