8 lines
90 B
Bash
8 lines
90 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
source "common.sh"
|
||
|
|
||
|
$Multini -o "$OutIni" --add "$InIni" NewSection
|
||
|
|
||
|
compare
|