diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2026-06-10 00:48:19 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2026-06-10 00:48:19 -0500 |
| commit | 2097b0ebfdd07ae7a8295c26703d8d88ee7a5f8f (patch) | |
| tree | 97edcae29f2817f045e0fda462609679935a6fb1 /env/.local/bin/system/stbar | |
| parent | 09156e6cea71093079af580acdd6d4a8594e14b9 (diff) | |
Squashed commit of the following:
made all scripts mostly posix
moved from gajim to dino
Diffstat (limited to 'env/.local/bin/system/stbar')
| -rwxr-xr-x | env/.local/bin/system/stbar/killbar.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/env/.local/bin/system/stbar/killbar.sh b/env/.local/bin/system/stbar/killbar.sh index 1450a84..b639ed1 100755 --- a/env/.local/bin/system/stbar/killbar.sh +++ b/env/.local/bin/system/stbar/killbar.sh @@ -1,3 +1,4 @@ +#!/bin/bash pids=$(ps -AO pid | awk '/stbar.sh|newsboat-fetch.sh/ {print $1}') # pids=$(pstree -pla | grep stbar | sed 's,|,,g' | sed 's/ //g' | sed 's/^ //g' | sed 's/ .*//' | sed 's/[^0-9]*//g') # pids2=$(ps -AO pid | grep "sh ./newsboat-fetch.sh" | sed 's/S.*//g' | sed 's/^ *//g') |
