Skip to content

Instantly share code, notes, and snippets.

@elhoyos
Created September 23, 2015 18:01
Show Gist options
  • Save elhoyos/b73bde2dd0ace4480f25 to your computer and use it in GitHub Desktop.
Save elhoyos/b73bde2dd0ace4480f25 to your computer and use it in GitHub Desktop.
Restart all the forever list processes
$ ssh server "forever list | awk 'NR <= 2 {next} \$3 "\!"~ /something-i-dont-want/ {print \$3}' | xargs -L1 forever restart"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment