From 2097b0ebfdd07ae7a8295c26703d8d88ee7a5f8f Mon Sep 17 00:00:00 2001 From: iceyrazor Date: Wed, 10 Jun 2026 00:48:19 -0500 Subject: Squashed commit of the following: made all scripts mostly posix moved from gajim to dino --- env/.local/bin/system/stbar/killbar.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'env/.local/bin/system/stbar/killbar.sh') 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') -- cgit v1.3