From f577f2141fc63bc104edaf807d49d39191f292c7 Mon Sep 17 00:00:00 2001 From: Matheus Albino Brunhara Date: Fri, 12 Apr 2024 14:41:08 -0300 Subject: [PATCH] Updates scripts/shell/job/gp/gp-kill.sh script --- scripts/shell/job/gp/gp-kill.sh | 1 + 1 file changed, 1 insertion(+) 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