save point

This commit is contained in:
kake26 2024-06-10 20:55:40 -05:00
parent 38f475d045
commit 89f514ce60
Signed by: kake26
GPG key ID: E8AFC43591876B4D
3 changed files with 18 additions and 4 deletions

View file

@ -4,7 +4,7 @@ A framework for making bash scripts with some useful features
# The config scripts
One uses JQ the other awk,grep and sed. They basically achieve the same thing though to allow you to have a config file for a bash script. Good for keeping things like passwords and such out of the script itself. JQ is a external requirement that might need to be installed as to the where the others are likley already there. JQ runs on basically any platform, so its not a big issue. Even on my router so there is that.
One uses JQ the other awk,grep and sed. They basically achieve the same thing though to allow you to have a config file for a bash script. Good for keeping things like passwords and such out of the script itself. JQ is a external requirement that might need to be installed as to the where the others are likley already there. JQ runs on basically any platform, so its not a big issue. Even on my router so there is that. These alone have no end of uses. Great for seperating out user names and passwords from code. I like to json and add config.json into .gitignore for any projects I open source using bash. Very useful.
# Where did the name come from?