#!/bin/bash base=$HOME export PATH="$base/deployment":$PATH ulimit -c $((100 * 1024)) cd $HOME # the following commands must (?) be called by absolute # path because buildbot ignores PATH set above. That # of course works just on systems having everything in the # 'right' place. $HOME/deployment/bin/taler-deployment-arm -e -T 1s &>/dev/null $HOME/deployment/bin/taler-deployment-start