5 lines
240 B
Bash
Executable file
5 lines
240 B
Bash
Executable file
#!/bin/sh
|
|
# Shortcut for scanning networks
|
|
|
|
# Attempt to scan networks, notify operation success
|
|
iwctl station wlan0 scan && notify-send "直 Wireless Network" "Scanning..." || notify-send " Wireless Network" "Operation unsuccessful"
|