#!/bin/bash if [ ! -z "$DACS_USERNAME" ]; then REMOTE_USER="$DACS_USERNAME" export REMOTE_USER fi exec $0.real "$@"