Compare commits

..

No commits in common. "master" and "1.0" have entirely different histories.
master ... 1.0

3 changed files with 5 additions and 13 deletions

View File

@ -2,4 +2,3 @@ bes-ini
========
bes-ini is a small ini parser fork from https://github.com/rudimeier/bash_ini_parser
repackaged for bes

View File

@ -1,9 +1,9 @@
[project]
vendor = bes
name = ini
version = 1.1
version = 1.0
license = "GNU GPL v3"
author = Kevin Porter, Ruediger Meier
author = a-Sansara
type = library
homepage = "https://git.pluie.org/meta-tech/bes-ini"
description = "bash bes ini parser"

View File

@ -1,15 +1,7 @@
#!/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
@ -23,7 +15,7 @@
#
# See README for usage.
#
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#
function bes.ini ()
{
# Be strict with the prefix, since it's going to be run through eval
@ -290,4 +282,5 @@ function bes.ini ()
cleanup_bash
}
# < https://github.com/rudimeier/bash_ini_parser