prevent null gojq results

This commit is contained in:
spinach 2023-03-21 19:54:18 -04:00
parent ec0e530958
commit 02a4409e8a

View File

@ -9,6 +9,7 @@ while :; do
case "$window" in
'st-256color') echo 'st' ;;
'Brave-browser') echo 'Brave' ;;
'null') continue ;;
*) echo "$window" ;;
esac
done