#!/bin/bash cd $HOME/gnunet/ && \ svn update && \ ./bootstrap \ ./configure --prefix=$HOME/local \ make && \ make install