diff options
author | Stéphane Lesimple <speed47_github@speed47.net> | 2018-01-09 09:21:42 +0100 |
---|---|---|
committer | Stéphane Lesimple <speed47_github@speed47.net> | 2018-01-09 09:21:42 +0100 |
commit | 6f1bdba1d930b1563cd2a453cff29fe1cae65aeb (patch) | |
tree | e634593cec9d7f73eeb5a7c61bc5a184fd80de52 | |
parent | 7b05105a543bb9d0e06f1dc41ae3f98b247c98d5 (diff) | |
download | spectre-meltdown-checker-6f1bdba1d930b1563cd2a453cff29fe1cae65aeb.tar.lz spectre-meltdown-checker-6f1bdba1d930b1563cd2a453cff29fe1cae65aeb.tar.xz spectre-meltdown-checker-6f1bdba1d930b1563cd2a453cff29fe1cae65aeb.zip |
bump to v0.18 to reflect changes
-rwxr-xr-x | spectre-meltdown-checker.sh | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/spectre-meltdown-checker.sh b/spectre-meltdown-checker.sh index 2eb4531..325bed2 100755 --- a/spectre-meltdown-checker.sh +++ b/spectre-meltdown-checker.sh @@ -1,7 +1,14 @@ #! /bin/sh # Spectre & Meltdown checker +# +# Check for the latest version at: +# https://github.com/speed47/spectre-meltdown-checker +# git clone https://github.com/speed47/spectre-meltdown-checker.git +# or wget https://raw.githubusercontent.com/speed47/spectre-meltdown-checker/master/spectre-meltdown-checker.sh +# # Stephane Lesimple -VERSION=0.17 +# +VERSION=0.18 # print status function pstatus() @@ -207,7 +214,7 @@ fi if [ -n "$opt_kernel" ]; then /bin/echo -e "Will use vmlinux image \033[35m$opt_kernel\033[0m" else - /bin/echo "Will use no vmlinux image (accuracy might be reduced" + /bin/echo "Will use no vmlinux image (accuracy might be reduced)" fi if [ -n "$dumped_config" ]; then /bin/echo -e "Will use kconfig \033[35m/proc/config.gz\033[0m" |