#!/usr/bin/env bash set -e set -x # Flush memcached echo 'flush_all' | nc -w 1 localhost 11211