8 lines
101 B
Bash
8 lines
101 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
source "common.sh"
|
||
|
|
||
|
$Multini --get "$InIni" MultipleKeySection Key > "$OutIni"
|
||
|
|
||
|
compare
|