1
0
mirror of https://github.com/albfan/bash-ini-parser.git synced 2025-08-04 19:42:06 +03:00

Add continuous integration

This commit is contained in:
albfan
2016-08-30 14:51:29 +02:00
parent c6a35fc28b
commit 739196e824
32 changed files with 743 additions and 2974 deletions

6
bash-ini-parser Normal file → Executable file
View File

@@ -203,5 +203,9 @@ function cfg_update {
eval "function $item"
}
#Test harness
if [ $# != 0 ]
then
$@
fi
# vim: filetype=sh