From 672a99566d486b86e25c47ae320d4bac6e6e162a Mon Sep 17 00:00:00 2001 From: a-sansara Date: Thu, 6 Jul 2017 22:55:32 +0200 Subject: [PATCH] formatting --- README.md | 1 + bes.ini | 4 ++-- src/ini.sh | 13 ++++++++++--- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5071fb0..3f6dd0a 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,4 @@ bes-ini ======== bes-ini is a small ini parser fork from https://github.com/rudimeier/bash_ini_parser +repackaged for bes diff --git a/bes.ini b/bes.ini index 0b725bc..72edea1 100644 --- a/bes.ini +++ b/bes.ini @@ -1,9 +1,9 @@ [project] vendor = bes name = ini -version = 1.0 +version = 1.1 license = "GNU GPL v3" -author = a-Sansara +author = Kevin Porter, Ruediger Meier type = library homepage = "https://git.pluie.org/meta-tech/bes-ini" description = "bash bes ini parser" diff --git a/src/ini.sh b/src/ini.sh index 394624f..6b8fb94 100644 --- a/src/ini.sh +++ b/src/ini.sh @@ -1,7 +1,15 @@ #!/bin/bash - +# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +# +# @author a-Sansara - https://git.pluie.org/meta-tech/bes-echo +# @app bes-ini +# @license GNU GPL v3 +# @date 2017-05-19 22:52:59 CET +# # bes alter '__' to '_' , rename read_ini to bes.ini # +# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +# # > https://github.com/rudimeier/bash_ini_parser # # Copyright (c) 2009 Kevin Porter / Advanced Web Construction Ltd @@ -15,7 +23,7 @@ # # See README for usage. # -# +# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ function bes.ini () { # Be strict with the prefix, since it's going to be run through eval @@ -282,5 +290,4 @@ function bes.ini () cleanup_bash } - # < https://github.com/rudimeier/bash_ini_parser