Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kevboh/emcee

Temporarily add entries to your hosts file.
https://github.com/kevboh/emcee

Last synced: 30 days ago
JSON representation

Temporarily add entries to your hosts file.

Awesome Lists containing this project

README

        

# emcee

A very simple way to temporarily patch your /etc/hosts file by way of a local `Hostsfile`.

To use:

```
npm install -g @kevboh/emcee
echo "127.0.0.1 mycoolsite.online" > Hostsfile
sudo emcee # You probably need sudo here, sorry.
```

I made this in like five minutes, feel free to PR suggestions!