8 lines
98 B
Bash
Executable File
8 lines
98 B
Bash
Executable File
#!/bin/bash
|
|
|
|
source "common.sh"
|
|
|
|
$Multini -o "$OutIni" --del "$InIni" SimpleSection Key1
|
|
|
|
compare
|