8 lines
104 B
Bash
8 lines
104 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
source "common.sh"
|
||
|
|
||
|
$Multini -o "$OutIni" --add "$InIni" MultipleKeySection Key 4
|
||
|
|
||
|
compare
|