add basic design

This commit is contained in:
pavel.muhortov 2023-01-26 19:58:13 +03:00
parent bceb14b043
commit 31e3261664

View File

@ -24,7 +24,7 @@ ____
Example usage in terminal with Python on Linux:
```shell
python3 ./procutil.py
python3 ./script.py
```
Example usage in terminal with make the script executable on Linux:
```shell
@ -33,5 +33,5 @@ script.py -s qn -c ./script.conf
```
Example usage in terminal with Python on Windows:
```shell
python .\procutil.py
python .\script.py
```