#! /bin/sh

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

source scl_source enable rh-mariadb105
exec "/opt/rh/rh-mariadb105/root/usr/bin/mysqlimport" "$@"
