8 lines
100 B
Bash
8 lines
100 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
source "common.sh"
|
||
|
|
||
|
$Multini -o "$OutIni" --add "$InIni" SimpleSection Key3 3
|
||
|
|
||
|
compare
|