Skip to content

Instantly share code, notes, and snippets.

@fadookie
Created June 19, 2014 00:58
Show Gist options
  • Save fadookie/ca22021c3e9db4d69991 to your computer and use it in GitHub Desktop.
Save fadookie/ca22021c3e9db4d69991 to your computer and use it in GitHub Desktop.
Manimal/memcached bash aliases
alias startmemcached="launchctl load -w /System/Library/LaunchDaemons/com.danga.memcached.plist"
alias stopmemcached="launchctl unload /System/Library/LaunchDaemons/com.danga.memcached.plist"
alias startmanimal="startmemcached; mvn clean tomcat7:run-war"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment