From 9795f33db57c0cd18d2a35994d2817ed3b02d96c Mon Sep 17 00:00:00 2001 From: ondra Date: Sat, 19 Oct 2024 21:50:06 +0200 Subject: [PATCH] update README --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5aae2f6..49bffd5 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@ -***bash script for either telling all HDDs in system to spindown or checking if it is spinning or not*** +# Bash script for either telling all HDDs in system to spindown or checking if it is spinning or not **Prerequisites**: - - sudo apt install hdparm - - drives are listed as /dev/sdX where X stands for their respective labeling for the system +- `sudo apt install hdparm` +- Drives are listed as `/dev/sdX` where `X` stands for their respective labeling for the system **Usage**: - $ ./HDD.sh (1/2) +```bash +$ ./HDD.sh (1/2) - option 1) tell drives to spindown - option 2) check if drives are spinning or not \ No newline at end of file