diff --git a/custom-cmds-in-ubuntu/bin_examples/README.md b/custom-cmds-in-ubuntu/bin_examples/README.md new file mode 100644 index 0000000..49b2fa2 --- /dev/null +++ b/custom-cmds-in-ubuntu/bin_examples/README.md @@ -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)" +```