From caf1bb8d3210e9cab6763ba97f6cb3de68728061 Mon Sep 17 00:00:00 2001 From: gandc Date: Sat, 23 Nov 2024 18:20:55 +0300 Subject: [PATCH] fix README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e77808e..448953d 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,11 @@ Bash script that can list users and there dirs, processes, output stdout and std ## 1. RUN and TEST 1. Ensure the script is executable: - ```bash - chmod +x script +```bash +chmod +x script ``` 2. Execute with -h to list help: -```Bash +```bash ./script -h ``` Avalible options: @@ -37,4 +37,4 @@ stdout with stderr at the same time ``` --- -Main repo url: https://git.gandc.ru/gandc/z1-lk-bos \ No newline at end of file +This is a full copy of Main repo: https://git.gandc.ru/gandc/z1-lk-bos \ No newline at end of file