Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 513 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 513 Bytes

emcee

Master of Ceremonies - add and remove entries in your /etc/hosts file

Install

$ curl -Lo- git.io/emcee-installer | bash

Commands

Command Action
emcee add <hostname> Adds <hostname> with IP 127.0.0.1 to /etc/hosts
emcee add <hostname> <ip> Adds <hostname> with IP <ip> to /etc/hosts
emcee remove <hostname> Removes <hostname> from /etc/hosts
emcee show <hostname> Shows the current line for <hostname> in /etc/hosts