Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions flex_ini.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
#!/bin/bash
# FlexIni - A flexible INI file parser and manager for Bash
#
# Copyright 2026 Matt Blum
# Licensed under the Apache License, Version 2.0
# https://www.apache.org/licenses/LICENSE-2.0
#
# Author: Matt Blum
# GitHub: https://github.com/mcblum
# Email: matt@mattblum.com
#
# For full license text, see the LICENSE file in the repository.

# Defaults
# --
# You may change these here or overwrite them
Expand Down