Skip to content

Commit

Permalink
implemented poor man's pkill (2)
Browse files Browse the repository at this point in the history
disabled SC2009

SC2009 (info): Consider using pgrep instead of grepping ps output
  • Loading branch information
gpakosz committed Mar 5, 2023
1 parent 0f6b28e commit 5f54ee9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5f54ee9

Please sign in to comment.