5 lines
116 B
Bash
Executable file
5 lines
116 B
Bash
Executable file
#!/usr/bin/env sh
|
|
|
|
systemctl stop NetworkManager.service
|
|
macchanger -r wlan0
|
|
systemctl start NetworkManager.service
|