8 lines
78 B
Bash
Executable File
8 lines
78 B
Bash
Executable File
#!/bin/bash
|
|
|
|
source "common.sh"
|
|
|
|
$Multini --get "$InIni" > "$OutIni"
|
|
|
|
compare
|