Skip to content

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

License

Notifications You must be signed in to change notification settings

richarddewit/emcee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages