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