4 . "${_EXEC:-${0%/*}}/cgilite/cgilite.sh"
5 . "${_EXEC}/cgilite/storage.sh"
7 find "${_DATA}" -path '*/.index/meta' -exec cat '{}' + \
8 | while read l w h t c n; do
9 printf '?op=add&select=%s' "/$(URL "$(UNSTRING "${n%$CR}")"*)"
10 printf "&tag=%s" $(printf %s "${t#tags=}" |tr , \ )