source: main/trunk/model-sites-dev/hathitrust/collect/capisco-european-pacific-encounters/java/UNZIP-ALL.sh@ 31289

Last change on this file since 31289 was 31289, checked in by davidb, 7 years ago

initial setup files for collection

  • Property svn:executable set to *
File size: 129 bytes
Line 
1#!/bin/bash
2
3for zf in `find import/ -name "*.zip"` ; do
4 d=${zf%/*} ;
5 f=${zf##*/} ;
6
7 pushd "$d"
8 unzip "$f"
9 popd
10done
Note: See TracBrowser for help on using the repository browser.