implemented poor man's pkill (2)
disabled SC2009 SC2009 (info): Consider using pgrep instead of grepping ps output
This commit is contained in:
parent
0f6b28e1e9
commit
5f54ee9852
1 changed files with 1 additions and 0 deletions
|
@ -246,6 +246,7 @@ run 'cut -c3- "$TMUX_CONF" | sh -s _apply_configuration'
|
||||||
# }
|
# }
|
||||||
# ;;
|
# ;;
|
||||||
# *)
|
# *)
|
||||||
|
# # shellcheck disable=SC2009
|
||||||
# _pkillf() {
|
# _pkillf() {
|
||||||
# while IFS= read -r pid; do
|
# while IFS= read -r pid; do
|
||||||
# kill "$pid" || true
|
# kill "$pid" || true
|
||||||
|
|
Loading…
Reference in a new issue