Optimized analyziation

This commit is contained in:
Kevin Veen-Birkenbach [aka. Frantz]
2020-05-20 12:13:39 +02:00
parent 7f629205ef
commit 76f1a35a46
9 changed files with 113 additions and 16 deletions

View File

@@ -0,0 +1,5 @@
#!/bin/bash
# @author Kevin Veen-Birkenbach
# shellcheck source=/dev/null # Deactivate SC1090
source "$(dirname "$(readlink -f "${0}")")/../../base.sh" || (echo "Loading base.sh failed." && exit 1)
info "Linux-Kernel: $(uname -r)"