#!/usr/bin/env bash
#
# This script just forwards all arguments to the real edm binary.

exec /opt/edm/bin/edm "$@"
#!/usr/bin/env bash
