From b6047c4075467e5187e65aac5cbb56dcbf99242f Mon Sep 17 00:00:00 2001 From: Igor Chubin Date: Mon, 17 Jul 2017 20:47:46 +0000 Subject: [PATCH] renamed Bash-Snippets + fixed Bash-Snippets --- sheets/Bash-Snippets | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 sheets/Bash-Snippets diff --git a/sheets/Bash-Snippets b/sheets/Bash-Snippets new file mode 100644 index 0000000..5ecea8e --- /dev/null +++ b/sheets/Bash-Snippets @@ -0,0 +1,16 @@ +# Bash-Snippets +# A collection of bash tools for heavy terminal users +# https://github.com/alexanderepstein/Bash-Snippets + +# To install +git clone https://github.com/alexanderepstein/Bash-Snippets +cd Bash-Snippets +./install.sh all +# or to install an individual script +# ./install.sh stocks + +# To uninstall +git clone https://github.com/alexanderepstein/Bash-Snippets +cd Bash-Snippets +./uninstall.sh +