5 lines
73 B
Plaintext
5 lines
73 B
Plaintext
|
#!/bin/bash
|
||
|
sudo ifconfig en0 down
|
||
|
sudo route flush
|
||
|
sudo ifconfig en0 up
|