mirror of
https://github.com/albfan/miraclecast.git
synced 2025-02-13 03:51:51 +00:00
2 lines
112 B
Bash
Executable file
2 lines
112 B
Bash
Executable file
echo killing actual wpa_supplicant connection
|
|
sudo kill -9 $(ps -ef | grep wpa_supplican[t] | awk '{print $2}')
|