dotfiles/bin/flush-route-table
2017-10-05 13:17:39 +02:00

5 lines
73 B
Bash
Executable File

#!/bin/bash
sudo ifconfig en0 down
sudo route flush
sudo ifconfig en0 up