add basic design
This commit is contained in:
parent
bceb14b043
commit
31e3261664
|
@ -24,7 +24,7 @@ ____
|
||||||
|
|
||||||
Example usage in terminal with Python on Linux:
|
Example usage in terminal with Python on Linux:
|
||||||
```shell
|
```shell
|
||||||
python3 ./procutil.py
|
python3 ./script.py
|
||||||
```
|
```
|
||||||
Example usage in terminal with make the script executable on Linux:
|
Example usage in terminal with make the script executable on Linux:
|
||||||
```shell
|
```shell
|
||||||
|
@ -33,5 +33,5 @@ script.py -s qn -c ./script.conf
|
||||||
```
|
```
|
||||||
Example usage in terminal with Python on Windows:
|
Example usage in terminal with Python on Windows:
|
||||||
```shell
|
```shell
|
||||||
python .\procutil.py
|
python .\script.py
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue
Block a user