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