#!/bin/bash

# Command line tutorial: Moving a collection from Greenstone to DSpace

pushd $GSDL3SRCHOME
source ./gs3-setup.sh
cd web/sites/localsite/collect/stoned
perl -S export.pl -saveas DSpace -site localsite -removeold stoned
popd

