.git broken, restart
This commit is contained in:
Executable
+14
@@ -0,0 +1,14 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
if [ "$#" -lt 1 ] ; then
|
||||
echo "Usage: $0 USSID"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
iwctl station wlan0 scan
|
||||
iwctl station wlan0 get-networks
|
||||
echo
|
||||
iwctl station wlan0 connect $1
|
||||
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user