pull/256/merge
Julen 2023-03-28 07:43:06 +02:00 committed by GitHub
commit 9dfac1a8f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,8 @@ full_command() {
ps -ao "ppid,args" |
sed "s/^ *//" |
grep "^${PANE_PID}" |
cut -d' ' -f2-
cut -d' ' -f2- |
tail -1
}
main() {