Skip to content

Instantly share code, notes, and snippets.

@buzzkillb
Created August 7, 2021 23:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save buzzkillb/54ea91fe8db2d93acf163dcd41dded19 to your computer and use it in GitHub Desktop.
Save buzzkillb/54ea91fe8db2d93acf163dcd41dded19 to your computer and use it in GitHub Desktop.
forcekill-denariusd
ps -ef | grep 'denariusd' | grep -v grep | awk '{print $2}' | xargs -r kill -9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment