zulip/scripts/setup/flush-memcached

5 lines
71 B
Bash
Executable File

#!/bin/sh -xe
# Flush memcached
echo 'flush_all' | nc localhost 11211