Skip to content

Commit

Permalink
script for kill jetty
Browse files Browse the repository at this point in the history
  • Loading branch information
pghosh committed Aug 24, 2012
1 parent 90836f7 commit 90d296d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aliases
Expand Up @@ -107,4 +107,4 @@ shard() {
   mongo is $SLI_HOME/config/indexes/is_indexes.js    mongo is $SLI_HOME/config/indexes/is_indexes.js
 fi  fi
} }
alias kill-jetty="ps -ef|grep rackup|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"

0 comments on commit 90d296d

Please sign in to comment.