1
0
mirror of https://github.com/byReqz/stocheck.git synced 2024-09-28 19:43:14 +00:00
Go to file
2021-01-22 23:43:03 +00:00
LICENSE Initial commit 2021-01-22 21:48:34 +00:00
README.md Update README.md 2021-01-22 23:43:03 +00:00
stocheck.sh add help 2021-01-22 22:02:23 +00:00

stocheck

quick and dirty smart value checker

features:

  • sata/nvme support
  • show smart info and self-check results

usage

Usage: stocheck (options)
Options:
-h/--help -- show help
-u/--update -- update the script

running it on a remote machine:

ssh root@remote 'bash -s' < stocheck.sh

installation

  1. download the script:
wget https://git.byreqz.de/byreqz/stocheck/raw/branch/main/stocheck.sh
  1. run it with
    bash stocheck.sh or
    chmod +x stockheck.sh && ./stocheck.sh
  2. optionally alias it
    alias stocheck="~/stocheck.sh"