#!/bin/bash set -eu export GNUNET_FORCE_LOG="util;;;;WARNING/taler;;;;DEBUG/twister;;;;DEBUG" export GNUNET_BASE_CONFIG=$HOME/deployment/taler-arm export PATH="$HOME/local/bin":$PATH ulimit -c $((100 * 1024)) mkdir -p $HOME/logs exec gnunet-arm -c $HOME/deployment/gnunet.conf "$@"