12 lines
335 B
Markdown
12 lines
335 B
Markdown
## 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)"
|
|
```
|