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