Skip to content

Commit 9bf3f85

Browse files
committed
[bin] Add hosts command
1 parent eee903a commit 9bf3f85

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

bin/hosts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/usr/bin/env bash
2+
3+
set -euxo pipefail
4+
5+
vim /etc/hosts
6+
7+
dscacheutil -flushcache

0 commit comments

Comments
 (0)