Updates scripts/shell/job/gp/gp-kill.sh script
This commit is contained in:
@@ -33,6 +33,7 @@ process_out=`ps -A -U $(whoami) --format pid=,cmd= | grep $grep_str | sed -n '2p
|
||||
IFS=' ' read -r p_id p_cmd <<< "$process_out"
|
||||
|
||||
echo "CMD: \"$p_cmd\""
|
||||
printf "\n"
|
||||
echo "Kill it? (Yy/Nn/Cc)"
|
||||
|
||||
if confirm; then
|
||||
|
||||
Reference in New Issue
Block a user