9 lines
120 B
Bash
9 lines
120 B
Bash
|
CONFIGDIRS="\
|
||
|
-path .config \
|
||
|
-path .local/share/backgrounds \
|
||
|
-path testdir1 \
|
||
|
-path testdir2"
|
||
|
|
||
|
echo $CONFIGDIRS
|
||
|
|