#! /bin/sh

# Just a convenience script for running 'mongofiles' from 'rh-mongodb34'
# collection, without the need to call 'scl enable rh-mongodb34'.  Note that
# it is not a bug when this script causes RPM collision with some
# '/usr/bin/mongofiles' executable installed from different package.
#
# Generated by scl-utils-build-helpers-0-7.el6.

source scl_source enable rh-mongodb34
exec "/opt/rh/rh-mongodb34/root/usr/bin/mongofiles" "$@"
