GenZmeY
c258e6096f
- improved support for C-style comments; - add support for keys with square brackets; - slightly improved speed.
8 lines
107 B
Bash
Executable File
8 lines
107 B
Bash
Executable File
#!/bin/bash
|
|
|
|
source "common.sh"
|
|
|
|
$Multini --get "$InIni" 'Slashes/Test' './Dir1/File' > "$OutIni"
|
|
|
|
compare
|