#!/bin/bash

echo $DEBUG
export DEBUG=True
echo $DEBUG
exec "$@"
