-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhosts.sh
More file actions
17 lines (16 loc) · 869 Bytes
/
hosts.sh
File metadata and controls
17 lines (16 loc) · 869 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/env bash
echo '' | sudo tee -a /etc/hosts
echo '192.168.10.10 artists-theme.vm' | sudo tee -a /etc/hosts
echo '192.168.10.10 boodaah.vm' | sudo tee -a /etc/hosts
echo '192.168.10.10 chatty-laravel.vm' | sudo tee -a /etc/hosts
echo '192.168.10.10 chatty-lumen.vm' | sudo tee -a /etc/hosts
echo '192.168.10.10 fntpost.vm' | sudo tee -a /etc/hosts
echo '192.168.10.10 kennethferguson.vm' | sudo tee -a /etc/hosts
echo '192.168.10.10 refactor.vm' | sudo tee -a /etc/hosts
echo '192.168.10.10 statebarbershop.vm' | sudo tee -a /etc/hosts
echo '192.168.10.10 upload.vm' | sudo tee -a /etc/hosts
echo '' | sudo tee -a /etc/hosts
echo '192.168.10.117 qsroutdoors.vm' | sudo tee -a /etc/hosts
echo '192.168.10.119 scotchbox.vm' | sudo tee -a /etc/hosts
echo '' | sudo tee -a /etc/hosts
echo '192.168.50.50 fntpost.dev' | sudo tee -a /etc/hosts