#!/bin/bash # script uses cmake to extract SVN information of the current source mkdir $SIMPATH/build cd $SIMPATH/build cmake $SIMPATH/scripts rm -rf $SIMPATH/build cd $SIMPATH