analyze-script-collection/scripts/linux_kernel.sh

5 lines
127 B
Bash

#!/bin/bash
# @author Kevin Veen-Birkenbach
# shellcheck source=/dev/null # Deactivate SC1090
echo "Linux-Kernel: $(uname -r)"