Linux/dotfiles/xmobar/get_kernel.sh

4 lines
78 B

#!/bin/bash
uname -r | grep -Eo '[[:digit:]]+[.][[:digit:]]+[.]+[[:digit:]]'