Created
January 23, 2018 22:11
-
-
Save sjyun/f8a096b13bcecc011a29d03c36e96fc3 to your computer and use it in GitHub Desktop.
kill process pid
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
#!/bin/bash | |
BASE_PATH="/home/jins/deployjar" | |
kill `cat $BASE_PATH/namu.pid` | |
rm $BASE_PATH/namu.pid |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment