From 202c5cdf3dfbae534fb0927d444940893406342b Mon Sep 17 00:00:00 2001 From: Sthope Date: Tue, 8 Aug 2023 20:04:42 +0200 Subject: [PATCH] Add custom-cmds-in-ubuntu/bin_examples/README.md --- custom-cmds-in-ubuntu/bin_examples/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 custom-cmds-in-ubuntu/bin_examples/README.md 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)" +```