Skip to content

Instantly share code, notes, and snippets.

@ryuichiueda
Created December 20, 2015 14:09
Show Gist options
  • Save ryuichiueda/d2c18dca992d446204aa to your computer and use it in GitHub Desktop.
Save ryuichiueda/d2c18dca992d446204aa to your computer and use it in GitHub Desktop.
#!/bin/bash
ps aux |
grep js |
grep Cloud |
awk '{print $2}' |
xargs kill -KILL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment