From 1d70677f9bc4bbe6df757e9ad2b72938fa0d2288 Mon Sep 17 00:00:00 2001 From: kake26 Date: Sat, 25 Sep 2021 23:42:47 +0200 Subject: [PATCH 1/3] Update 'README.md' Updated readme and created branches for verious types. --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d1ff1b..7961b19 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ # Bash-Stash -A collection of console based bash scripts I've written at various times. It may include scripts written in other languages. \ No newline at end of file +A collection of console based bash scripts I've written at various times. It may include scripts written in other languages. + +# Console + +These are daily use type console scripts. + +# OpenWrt + +These are designed to be used with OpenWrt for various tasks. + +Please see the read me in each branch for more info. \ No newline at end of file From d21095c09a676d7781e5b36e70d7a6c177a2de08 Mon Sep 17 00:00:00 2001 From: kake26 Date: Mon, 13 Jun 2022 16:39:57 +0200 Subject: [PATCH 2/3] Update 'README.md' Add directions to checkout branch --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7961b19..ca07254 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Bash-Stash -A collection of console based bash scripts I've written at various times. It may include scripts written in other languages. +A collection of console based bash scripts I've written at various times. It may include scripts written in other languages. To check out this repo you must select a branch you can do this via the following command . + +git clone --b branch URL # Console From f04cc8b80b2aec275071cb0e744ffdc7d233caa8 Mon Sep 17 00:00:00 2001 From: kake26 Date: Mon, 13 Jun 2022 16:40:40 +0200 Subject: [PATCH 3/3] Update 'README.md' Fixed git command typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca07254..3c828a7 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A collection of console based bash scripts I've written at various times. It may include scripts written in other languages. To check out this repo you must select a branch you can do this via the following command . -git clone --b branch URL +git clone -b branch URL # Console