trying to fix jgbrowser special char
parent
f817715b00
commit
224f82d381
|
@ -58,9 +58,12 @@ printf "%b\n" "<big></big> $OPENTERM,exo-open --launch TerminalEmulator --wor
|
||||||
#printf "%b\n" " $OPENTERM,terminator --working-directory=\"${DIRECTORY:-/}\""
|
#printf "%b\n" " $OPENTERM,terminator --working-directory=\"${DIRECTORY:-/}\""
|
||||||
if [ ${#dirs[@]} -ne 0 ]; then
|
if [ ${#dirs[@]} -ne 0 ]; then
|
||||||
printf "%b\n" "^sep($DIRECTORIES <small>(${#dirs[@]})</small>)"
|
printf "%b\n" "^sep($DIRECTORIES <small>(${#dirs[@]})</small>)"
|
||||||
printf "%s\n" "${dirs[@]}"
|
printf "%s\n" "${dirs[@]/&/&}"
|
||||||
fi
|
fi
|
||||||
if [ ${#files[@]} -ne 0 ]; then
|
if [ ${#files[@]} -ne 0 ]; then
|
||||||
printf "%b\n" "^sep($FILES <small>(${#files[@]})</small>)"
|
printf "%b\n" "^sep($FILES <small>(${#files[@]})</small>)"
|
||||||
printf "%s\n" "${files[@]}"
|
#printf "%s\n" "${files[@]}"
|
||||||
|
#okfiles=("${files[@]/</ <}")
|
||||||
|
printf "%s\n" "${files[@]/&/&}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue