Official bash framework
Find a file
2024-10-24 22:40:21 -05:00
config.ini initial commit 2024-03-29 14:54:50 -05:00
config.json initial commit 2024-03-29 14:54:50 -05:00
config_ini.bash save before push to local 2024-03-29 15:01:12 -05:00
config_json.bash Added fix for read jason and keys containing control characters 2024-10-24 22:40:21 -05:00
ntfy.bash save point 2024-06-10 20:55:40 -05:00
README.md save point 2024-06-10 20:55:40 -05:00
script.bash save point and addition of sys module 2024-05-02 13:41:45 -05:00
sys.bash save point 2024-06-10 20:55:40 -05:00

lactozora the bash framework

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. 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?

Well, one day I was watching a youtube video about a new type of scam that was discovered by the youtuber Pleasent Green. Which dealt with becoming a reseller / middle man for a fictiious herb called lactozora. I basically just stole the name.