analyze-script-collection/linux_kernel.sh

5 lines
127 B
Bash
Raw Normal View History

#!/bin/bash
# @author Kevin Veen-Birkenbach
# shellcheck source=/dev/null # Deactivate SC1090
2021-12-08 12:46:47 +01:00
echo "Linux-Kernel: $(uname -r)"