Add custom-cmds-in-ubuntu/bin_examples/README.md

This commit is contained in:
Sthope 2023-08-08 20:04:42 +02:00
parent 934ab849a3
commit 202c5cdf3d

View File

@ -0,0 +1,11 @@
## Add Script name at the end
```
bash -c "$(wget -qLO - https://git.sthope.dev/sthope/sthope-examples/raw/branch/master/custom-cmds-in-ubuntu/bin_examples/)"
```
### Get PC Details
```
bash -c "$(wget -qLO - https://git.sthope.dev/sthope/sthope-examples/raw/branch/master/custom-cmds-in-ubuntu/bin_examples/get_pc_details.sh)"
```