Skip to content

Instantly share code, notes, and snippets.

@jaysonsantos
Created February 28, 2012 01:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaysonsantos/1928437 to your computer and use it in GitHub Desktop.
Save jaysonsantos/1928437 to your computer and use it in GitHub Desktop.
#!/bin/bash
sudo memcached stop
memcached -S -d
memached -s/tmp/memached.sock -d
memached -p5000 -d
nosetests
exit $?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment