mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-16 14:16:00 -06:00
4 lines
180 B
Bash
Executable file
4 lines
180 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
# shellcheck disable=SC2312
|
|
exec sed -i -E 's/^ process identity for every yielded instance$/ \0/' "$(python3 -c "print(__import__('psutil').__file__)")"
|