Created
June 19, 2014 00:58
-
-
Save fadookie/ca22021c3e9db4d69991 to your computer and use it in GitHub Desktop.
Manimal/memcached bash aliases
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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