1
0
Fork 0
dotfiles/bin/flush-route-table

5 lines
73 B
Plaintext
Raw Normal View History

2017-10-05 11:17:39 +00:00
#!/bin/bash
sudo ifconfig en0 down
sudo route flush
sudo ifconfig en0 up