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