diff --git a/scripts/shell/job/gp/gp-kill.sh b/scripts/shell/job/gp/gp-kill.sh index 938c45a..f61e0f2 100755 --- a/scripts/shell/job/gp/gp-kill.sh +++ b/scripts/shell/job/gp/gp-kill.sh @@ -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