mirror of
1
0
Fork 0

implemented poor man's pkill (2)

disabled SC2009

SC2009 (info): Consider using pgrep instead of grepping ps output
This commit is contained in:
Gregory Pakosz 2023-03-05 17:26:21 +01:00
parent 0f6b28e1e9
commit 5f54ee9852
1 changed files with 1 additions and 0 deletions

View File

@ -246,6 +246,7 @@ run 'cut -c3- "$TMUX_CONF" | sh -s _apply_configuration'
# }
# ;;
# *)
# # shellcheck disable=SC2009
# _pkillf() {
# while IFS= read -r pid; do
# kill "$pid" || true