Ignore:
Timestamp:
2004-07-21T17:07:43+12:00 (20 years ago)
Author:
kjdon
Message:

some collections may have archives.zip

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/gs3-prepare.sh

    r7787 r7790  
    6666done
    6767
     68for f in */archives; do
     69  cd $f
     70  if test -f archives.zip; then
     71    unzip archives.zip
     72  fi
     73  cd ../../
     74done
     75
     76
    6877cd $GSDL3HOME
    6978
Note: See TracChangeset for help on using the changeset viewer.