Skip to content

Commit

Permalink
update aliase for kill jetty serveres
Browse files Browse the repository at this point in the history
  • Loading branch information
pghosh committed Sep 4, 2012
1 parent 90d296d commit f015fee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions aliases
Expand Up @@ -61,8 +61,7 @@ alias db-backup-production='heroku pgbackups:capture --remote production'
alias whats-my-ip="curl -s checkip.dyndns.org | grep -Eo '[0-9\.]+'"

# Maven
alias mc="mvn clean"
alias mcpi="mvn clean package install"
alias build="mvn clean package install"

get() {
url=http://local.slidev.org:8080/api/rest/v1$2
Expand Down Expand Up @@ -107,4 +106,5 @@ shard() {
   mongo is $SLI_HOME/config/indexes/is_indexes.js
 fi
}
alias kill-jetty="ps -ef|grep jetty|grep -v grep|awk '{print $2}'|xargs kill -9"
alias kill-jetty='ps -ef|grep jetty|grep -v grep|awk '{print $2}'|xargs kill -9'
alias fast-build='mvn clean package install -DskipTests'
1 change: 1 addition & 0 deletions vim/bundle/vim-colors-solarized
Submodule vim-colors-solarized added at 528a59

0 comments on commit f015fee

Please sign in to comment.