Created
December 4, 2021 18:50
-
-
Save buzzkillb/b4ffa1f658e3032d69a49978643b73b8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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