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