abbiefetch/kernel_info.5

7 lines
162 B
Groff
Raw Permalink Normal View History

2024-11-12 17:53:59 +00:00
if [ -n "$(uname -r)" ] && [ -z "$kernel" ]; then
kernel="$(uname -s) $(uname -r)"
fi
if [ -n "$(uname -s)" ] && [ -z "$kernel" ]; then
kernel="$(uname -s)"
fi