This website requires JavaScript.
Explore
Help
Sign In
localhots
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Releases
Activity
e6f30324a5
dotfiles
/
bin
/
flush-route-table
5 lines
73 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
sudo ifconfig en0 down
sudo route flush
sudo ifconfig en0 up
View Git Blame
Copy Permalink