8 lines
89 B
Bash
8 lines
89 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
source "common.sh"
|
||
|
|
||
|
$Multini --get "$InIni" '' DefKey2 > "$OutIni"
|
||
|
|
||
|
compare
|