clockwerk-tools – Rev 3

Subversion Repositories:
Rev:
#!/bin/bash
###########################################################################
##  Copyright (C) Wizardry and Steamworks 2014 - License: GNU GPLv3      ##
##  Please see: http://www.gnu.org/licenses/gpl.html for legal details,  ##
##  rights of fair usage, the disclaimer and warranty conditions.        ##
###########################################################################

pushd .
cd /srv/clockwerk/clockwerk-tools

echo "[Clockwerk] Updating tools..."
svn update
./lib/upgrade-clockwerk

popd