1
0
Fork 0
mirror of https://github.com/albfan/miraclecast.git synced 2025-02-13 03:51:51 +00:00
miraclecast/res/kill-wpa.sh
albfan 028bfc3e34 Local helpers
helpers to start/stop wpa_supplicant
2015-03-05 23:34:07 +01:00

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}')