#!/bin/bash export GNUNET_BASE_CONFIG=$HOME/deployment/taler-arm export PATH="$HOME/local/bin":$PATH export GNUNET_FORCE_LOGFILE=$HOME/taler-%Y-%m-%d.log export GNUNET_FORCE_LOG="taler;;;;DEBUG/arm;;;;INFO" cd $HOME ulimit -c $((100 * 1024)) exec gnunet-arm -c $HOME/deployment/gnunet.conf -T5s "$@"