blob: eca4da70587a798f59b03422690cfe1f4804093f [file] [log] [blame]
if [ "$1" != "-doit" ] ; then
echo " This is a dry run. Add -doit to actually remove"
doit="--dry-run"
else
doit=""
fi
rsync $doit --delete --ignore-existing -rv ~/downloads/webtools/updates_mirror/plugins ~/downloads/webtools/updates
rsync $doit --delete --ignore-existing -rv ~/downloads/webtools/updates_mirror/features ~/downloads/webtools/updates
if [ "$doit" = "--dry-run" ] ; then
echo " This was a dry run. Add -doit to actually remove"
fi