scripts

My personal collection of scripts
git clone git://src.gearsix.net/scripts
Log | Files | Refs | Atom | README | LICENSE

commit 5461a69217d241eeac4f648ba4d5d702ad5f1102
parent 64a97f4335706c96a485ba1237648216efa3ada0
Author: GeaRSiX <gearsix@tuta.io>
Date:   Thu, 15 Nov 2018 17:04:08 +0000

♻️ updated README, .gitignore

Diffstat:
M.gitignore | 2--
MREADME.md | 2+-
2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -1,3 +1 @@ -GeaRSiX.sh -Work.sh add-key.sh diff --git a/README.md b/README.md @@ -1,7 +1,7 @@ # bash-scripts A small collection of personal Bash scripts. I usually mkdir a ~/bin folder (usually in $PATH by default) and ln -s for all the scripts I wanna use. -Most of these are for convenience. +Most of these are for convenience. I've got a few more coming that are currently sitting in my .bashrc. If any of them are do-able with a simple single-line of Bash, let me know!