Skip to content

Instantly share code, notes, and snippets.

@tinogis
Last active December 17, 2015 12:58
Show Gist options
  • Save tinogis/5613190 to your computer and use it in GitHub Desktop.
Save tinogis/5613190 to your computer and use it in GitHub Desktop.
openerp-killer
#!/bin/bash
pids=`ps ax | grep openerp-server | grep -v grep | cut -c -6`
echo "Matarem uns quants erps's.... ($pids)"
kill -9 $pids
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment