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