blob: aa1c3ce80f6366d0fd974ebb1eb544e80a49fa37 [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 --ignore-existing -rv ~/downloads/webtools/testUpdates/plugins ~/downloads/webtools/updates/
rsync $doit --ignore-existing -rv ~/downloads/webtools/testUpdates/features ~/downloads/webtools/updates/
if [ "$doit" = "--dry-run" ] ; then
echo " This was a dry run. Add -doit to actually remove"
fi