#!/bin/sh set -e if [ $(echo "$1" | cut -c1) = "-" ]; then echo "$0: assuming arguments for txood" set -- txood --network $BITCOIN_NETWORK "$@" fi echo exec "$@"