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