5bd93e7ff8
disable-wifi: use pkill instead of killall, which is unavailable release-ip: reset the ip address of the interface
5 lines
49 B
Bash
Executable File
5 lines
49 B
Bash
Executable File
#!/bin/sh
|
|
|
|
pkill 'dhcpcd'
|
|
ifconfig wlan0 0.0.0.0
|