8 lines
107 B
Bash
8 lines
107 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
source "common.sh"
|
||
|
|
||
|
$Multini --get "$InIni" 'Slashes/Test' './Dir1/File' > "$OutIni"
|
||
|
|
||
|
compare
|