#!/bin/sh -x # git clone -v --progress http://daq.triumf.ca/~daqweb/git/rootana.git # git remote set-url origin https://bitbucket.org/tmidas/midas echo echo Updating ROOTANA documentation echo cd ~daqweb/public_html/doc/rootana git pull git submodule init git submodule update git status make dox # end