Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > by-pkgid > cffa7e52474afabc794a42260ccf9f48 > files > 32

apache-mod_mbox-0.2-1.r670198.5mdv2010.1.x86_64.rpm

#!/pkg/zsh-4.0.6/bin/zsh
# ZSH 4+ script to retrieve archives in a variety of mechanisms
# This should only be used to fetch brand new archives into an empty
# directory!  You have been warned!
ARCHIVES_PATH=/home/jerenk/work/httpd-mbox/scripts/mbox-archives

source $ARCHIVES_PATH

for i in ${ARCHIVES} ; do
    $SCRIPT_DIR/reindex-archive ${${(P)i}[1]}
done