1
0
Fork 0
mirror of https://github.com/albfan/miraclecast.git synced 2025-02-15 04:42:06 +00:00
miraclecast/res/kill-wpa.sh

3 lines
112 B
Bash
Raw Normal View History

echo killing actual wpa_supplicant connection
sudo kill -9 $(ps -ef | grep wpa_supplican[t] | awk '{print $2}')