Skip to content

Instantly share code, notes, and snippets.

@shuuuuun
Created May 10, 2019 12:52
Show Gist options
  • Save shuuuuun/4686707b61b2b88c50b0d769831cf6ea to your computer and use it in GitHub Desktop.
Save shuuuuun/4686707b61b2b88c50b0d769831cf6ea to your computer and use it in GitHub Desktop.
#!/bin/bash
ROOT_PATH=`cd "$(dirname $0)/../" && pwd`
pid=`cat $ROOT_PATH/tmp/pids/sidekiq.pid`
kill $pid && echo "killed $pid"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment