From 595c4116f2e8306131495063d7e166f29ba9ed99 Mon Sep 17 00:00:00 2001 From: 2Shirt <2xShirt@gmail.com> Date: Wed, 6 Jun 2018 20:32:16 -0600 Subject: [PATCH] Updated README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 84ff4ef..87a5a92 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,6 @@ This is the process: I wanted to apply safer shell practices to [this gist](https://gist.github.com/nilayp/a2719ca5695c1d5a56c556e89207577d) which was featured in [this blog entry](https://www.backblaze.com/blog/backing-up-github-to-cloud-storage/) by Backblaze. Work started as a fork of the gist [here](https://gist.github.com/2Shirt/6270696b857cecdf4a6d0d4f4fedeb3b) but I wanted to support backing up multiple repositories at a time. So I decided to make a full project so I could use features from the [BASH3 Boilerplate](http://bash3boilerplate.sh/). -The resulting script is likely overkill for most use-cases. It was written as an opportunity to play with the BASH3 Boilerplate. - ## Changes / Improvements ## * All variables can be passed as arguments.