#!/bin/bash cd `dirname $0` svn up . if test -e metachatr then { cd metachatr git pull } else { git clone git@github.com:KayEss/metachatr.git cd metachatr git flow init -d } fi cd .. animray/compile $*