1
0
mirror of https://github.com/byReqz/stocheck.git synced 2024-09-28 19:43:14 +00:00
stocheck/README.md
2021-01-22 22:07:39 +00:00

29 lines
533 B
Markdown

# stocheck
quick and dirty smart value checker
### features:
- sata/nvme support
- show smart info and self-check results
# usage
Usage: stocheck (options) <br>
Options: <br>
-h/--help -- show help <br>
-u/--update -- update the script <br>
# installation
1. download the script: <br>
```bash
wget https://git.byreqz.de/byreqz/stocheck/raw/branch/main/stocheck.sh
```
2. run it with <br>
``
bash stocheck.sh
``
or <br>
``
chmod +x stockheck.sh && ./stocheck.sh
``
3. optionally alias it <br>
``alias stocheck="~/stocheck.sh"``