blob: f16724293c5abda8cd8cd1f4103b3cfc82f3a77f [file] [log] [blame]
#!/bin/sh
# script to copy Callisto update jars from their staging to releases area
toDir=~/downloads/callisto/releases
fromDir=~/downloads/callisto/staging
cp -f -p -r -v --update $fromDir/features --target-directory=$toDir/
cp -f -p -r -v --update $fromDir/plugins --target-directory=$toDir/