#!/bin/bash if [ ! -d import ] ; then echo "Creating 'import' directory" mkdir import fi cd import \ && echo "Away to check out password protected PDF files (lc labpw)" \ && svn co http://svn.greenstone.org/hemi-dl/analysis/pdfs \ && cd ..