Skip to content

Instantly share code, notes, and snippets.

@buzzkillb
Created December 4, 2021 18:50
Show Gist options
  • Save buzzkillb/b4ffa1f658e3032d69a49978643b73b8 to your computer and use it in GitHub Desktop.
Save buzzkillb/b4ffa1f658e3032d69a49978643b73b8 to your computer and use it in GitHub Desktop.
echo "kill -9 denariusd"
ps -ef | grep 'denariusd' | grep -v grep | awk '{print $2}' | xargs -r kill -9
echo "sleep 2 seconds"
sleep 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment