Bash script to flush stuff, specifically DNS and Memcached.
Find a file
2016-08-29 12:10:11 -05:00
flush Added script 2016-08-29 12:01:29 -05:00
LICENSE Initial commit 2016-08-29 12:00:53 -05:00
README.md Doctored up that README 2016-08-29 12:10:11 -05:00

flush

Bash script to flush stuff, specifically DNS and Memcached.

This project is a port of my Alfred Workflow. I am moving away from Alfred since most of what I using it for can be easily accomplished from the command-line (where I already spend most of my time).

Installation

Not yet... soon.

Usage

flush [dns|memcached]

Gotchas

The DNS flushing is very OS X specific right now but will be expanded to support Linux soon enough. Memcached flushing requires the nc (or netcat) utility.

Thanks

DNS flushing for OS X is based on Eugene Ventimiglia's project