fix README

This commit is contained in:
gandc 2024-11-23 18:20:55 +03:00
parent efc2230174
commit caf1bb8d32
Signed by: gandc
GPG Key ID: 9F77B03D43C42CB4

View File

@ -7,11 +7,11 @@ Bash script that can list users and there dirs, processes, output stdout and std
## 1. RUN and TEST ## 1. RUN and TEST
1. Ensure the script is executable: 1. Ensure the script is executable:
```bash ```bash
chmod +x script chmod +x script
``` ```
2. Execute with -h to list help: 2. Execute with -h to list help:
```Bash ```bash
./script -h ./script -h
``` ```
Avalible options: Avalible options:
@ -37,4 +37,4 @@ stdout with stderr at the same time
``` ```
--- ---
Main repo url: https://git.gandc.ru/gandc/z1-lk-bos This is a full copy of Main repo: https://git.gandc.ru/gandc/z1-lk-bos