Assorted shell and Python scripts

Egh

Changed files
+2 -1
+2 -1
quickinfo
···
echo "Gum command not found"
exit 0
fi
cat <<EOF | gum format --theme="pink" -t markdown
-
# Debian GNU/Linux 13 (trixie)
- **Unread feeds** $(/home/jas/bin/feed_count)
- **Uptime** $(/home/jas/bin/awkuptime)
- **Kernel** $(uname -r)
···
echo "Gum command not found"
exit 0
fi
+
PRETTY_NAME=$(cat /etc/os-release | grep -e 'PRETTY_NAME' | awk -F= '{print $2}' | tr -d '"')
cat <<EOF | gum format --theme="pink" -t markdown
+
# $PRETTY_NAME
- **Unread feeds** $(/home/jas/bin/feed_count)
- **Uptime** $(/home/jas/bin/awkuptime)
- **Kernel** $(uname -r)